Shades of Electric Blue #71ECF6
Tints of Electric Blue #71ECF6
RGB
CMYK
RGB Variations
Color information
#71ECF6 (or 0x71ECF6) is known color: Electric Blue. HEX triplet: 71, EC and F6. RGB value is (113,236,246). Sum of RGB (Red+Green+Blue) = 113+236+246=595 (78% of max value = 765). Red value is 113 (44.53% from 255 or 18.99% from 595); Green value is 236 (92.58% from 255 or 39.66% from 595); Blue value is 246 (96.48% from 255 or 41.34% from 595); Max value from RGB is 246 - color contains mainly: blue. Hex color #71ECF6 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #71ECF6 is #8E1309. Grayscale: #C8C8C8. Windows color (decimal): -9310986 or 16182385. OLE color: 16182385.
HSL color Cylindrical-coordinate representation of color #71ECF6: hue angle of 184.51º degrees, saturation: 0.88, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #71ECF6 is Cyan = 0.54, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 113 | 236 | 246 | - |
| CMYK | 0.54 | 0.04 | 0 | 0.04 |
| HSL | 184.51º | 0.88% | 0.7% | - |
| HSV(B) | 184.51º | 0.54% | 0.96% | - |
| XYZ | 53.44 | 70.16 | 97.91 | - |
| YUV | 200.36 | 153.75 | 65.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 236 | 246 | 0.54 | 0.04 | 0 | 0.04 | 184.51 | 0.88 | 0.7 |
| Hex | 71 | EC | F6 | 36 | 4 | 0 | 4 | B9 | 58 | 46 |
| Octal | 161 | 354 | 366 | 66 | 4 | 0 | 4 | 271 | 130 | 106 |
| Binary | 1110001 | 11101100 | 11110110 | 110110 | 100 | 0 | 100 | 10111001 | 1011000 | 1000110 |
Color Harmonies of #71ECF6
Complementary color
Monochromatic Colors of #71ECF6
Black with #71ECF6
Text Example
Text Example
White with #71ECF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71ECF6; }
p { color: rgb(113,236,246); }
H1.HeaderClassName
{
color: #71ECF6;
}
.AnyTagClassName
{
color: #71ECF6;
}
</style>
background-color css
<style>
a { background-color: #71ECF6; }
a { background-color: rgb(113,236,246); }
div.DivClassName
{
background-color: #71ECF6;
}
.BgClassName
{
background-color: #71ECF6;
}
</style>
border-color css
<style>
span { border-color: #71ECF6; }
span { border-color: rgb(113,236,246); }
td.TdClassName
{
border-color: #71ECF6;
}
.TagClassName
{
border-color: #71ECF6;
}
</style>