HEX: #71DAF9
RGB: (113,218,249)
Il colore #71DAF9 contiene principalmente il verde e il blu. Per il #71DAF9 il colore web safe è #66CCFF (#6CF).
Il colore 71DAF9 in RGB è definito come 113,218,249
RGB: (113,218,249) (44%,85%,98%)
R 113 da 255 = 44%
G 218 da 255 = 85%
B 249 da 255 = 98%
R + G + B ~ 76%. #71DAF9 colore abbastanza chiaro.
R + G + B =
113 + 218 + 249 = 580 (100%)
R 113 da 580 ~ 19.48%
G 218 da 580 ~ 37.59%
B 249 da 580 ~ 42.93%
Il colore #71DAF9 in CMYK è definito come 55,12,0,2.
CMYK: (55,12,0,2) C55M12Y0K2 (55%,12%,0%,2%) (0.55/0.12/0.00/0.02)
71 | DA | F9 | |
---|---|---|---|
RGB | 113 | 218 | 249 |
HSL | 194° | 91.89% | 70.98% |
HSB/HSV | 194° | 54.62% | 97.65% |
CMYK | 54.62% | 12.45% | 0.00% |
2.35% |
Esadicemale | 71 | DA | F9 |
Decimale | 113 | 218 | 249 |
Binario | 1110001 | 11011010 | 11111001 |
Ottale | 161 | 332 | 371 |
Esempi dei codici css e html per gli elementi di colore #71DAF9. Utilizzate rgb(113,218,249) anche al posto del codice hex.
.myTextColor { color: #71DAF9; }
<p style="color:#71DAF9">This sample text font color is #71DAF9.</p>
Il colore di questo testo è #71DAF9.
.myBgColor { background-color: #71DAF9; }
<div style="background-color:#71DAF9">Inner text</div>
Questo div ha lo sfondo di colore #71DAF9.
.myBorderColor { border: 1px solid #71DAF9; }
<div style="border:3px solid #71DAF9">Div</div>
Questo div ha i bordi di colore 71DAF9.
.myOpacity80 { color: #71DAF9; opacity: 0.8; }
<p style="color:#71DAF9;opacity:0.8;">80%</p>
Il testo di color #71DAF9 e trasparenza 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #71DAF9;}
<p style="text-shadow: 3px 3px 1px #71DAF9">Text here.</p>
Questo testo ha l'ombra di colore #71DAF9.
.textShadow {text-shadow: 3px 3px 1px #71DAF9, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #71DAF9, 5px 5px 20px red">Text here.</p>
Questo testo ha l'ombra del colore principale #71DAF9 e del colore secondario rosso.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#71DAF9, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#71DAF9, Direction=45, Strength=4)">Text</p>
This text has shadow with #71DAF9 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #71DAF9; -webkit-box-shadow: 1px 1px 3px 2px #71DAF9; box-shadow: 1px 1px 3px 2px #71DAF9; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #71DAF9; -webkit-box-shadow: 1px 1px 3px 2px #71DAF9; box-shadow:1px 1px 3px 2px #71DAF9;">
Div content here</div>
Questo e il testo di colore #71DAF9 sullo sfondo nero.
Questo e il testo di colore #71DAF9 sullo sfondo bianco.
Questo è un testo nero sullo sfondo del colore #71DAF9.
Questo è un testo bianco sullo sfondo del colore #71DAF9.