Shades of Electric Blue #71E9F8
Tints of Electric Blue #71E9F8
RGB
CMYK
RGB Variations
Color information
#71E9F8 (or 0x71E9F8) is known color: Electric Blue. HEX triplet: 71, E9 and F8. RGB value is (113,233,248). Sum of RGB (Red+Green+Blue) = 113+233+248=594 (78% of max value = 765). Red value is 113 (44.53% from 255 or 19.02% from 594); Green value is 233 (91.41% from 255 or 39.23% from 594); Blue value is 248 (97.27% from 255 or 41.75% from 594); Max value from RGB is 248 - color contains mainly: blue. Hex color #71E9F8 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #71E9F8 is #8E1607. Grayscale: #C6C6C6. Windows color (decimal): -9311752 or 16312689. OLE color: 16312689.
HSL color Cylindrical-coordinate representation of color #71E9F8: hue angle of 186.67º degrees, saturation: 0.91, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #71E9F8 is Cyan = 0.54, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 113 | 233 | 248 | - |
| CMYK | 0.54 | 0.06 | 0 | 0.03 |
| HSL | 186.67º | 0.91% | 0.71% | - |
| HSV(B) | 186.67º | 0.54% | 0.97% | - |
| XYZ | 52.89 | 68.57 | 99.25 | - |
| YUV | 198.83 | 155.74 | 66.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 233 | 248 | 0.54 | 0.06 | 0 | 0.03 | 186.67 | 0.91 | 0.71 |
| Hex | 71 | E9 | F8 | 36 | 6 | 0 | 3 | BB | 5B | 47 |
| Octal | 161 | 351 | 370 | 66 | 6 | 0 | 3 | 273 | 133 | 107 |
| Binary | 1110001 | 11101001 | 11111000 | 110110 | 110 | 0 | 11 | 10111011 | 1011011 | 1000111 |
Color Harmonies of #71E9F8
Complementary color
Monochromatic Colors of #71E9F8
Black with #71E9F8
Text Example
Text Example
White with #71E9F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71E9F8; }
p { color: rgb(113,233,248); }
H1.HeaderClassName
{
color: #71E9F8;
}
.AnyTagClassName
{
color: #71E9F8;
}
</style>
background-color css
<style>
a { background-color: #71E9F8; }
a { background-color: rgb(113,233,248); }
div.DivClassName
{
background-color: #71E9F8;
}
.BgClassName
{
background-color: #71E9F8;
}
</style>
border-color css
<style>
span { border-color: #71E9F8; }
span { border-color: rgb(113,233,248); }
td.TdClassName
{
border-color: #71E9F8;
}
.TagClassName
{
border-color: #71E9F8;
}
</style>