Shades of Electric Blue #71ECFF
Tints of Electric Blue #71ECFF
RGB
CMYK
RGB Variations
Color information
#71ECFF (or 0x71ECFF) is known color: Electric Blue. HEX triplet: 71, EC and FF. RGB value is (113,236,255). Sum of RGB (Red+Green+Blue) = 113+236+255=604 (80% of max value = 765). Red value is 113 (44.53% from 255 or 18.71% from 604); Green value is 236 (92.58% from 255 or 39.07% from 604); Blue value is 255 (100% from 255 or 42.22% from 604); Max value from RGB is 255 - color contains mainly: blue. Hex color #71ECFF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #71ECFF is #8E1300. Grayscale: #C9C9C9. Windows color (decimal): -9310977 or 16772209. OLE color: 16772209.
HSL color Cylindrical-coordinate representation of color #71ECFF: hue angle of 188.03º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #71ECFF is Cyan = 0.56, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 113 | 236 | 255 | - |
| CMYK | 0.56 | 0.07 | 0 | 0 |
| HSL | 188.03º | 1% | 0.72% | - |
| HSV(B) | 188.03º | 0.56% | 1% | - |
| XYZ | 54.86 | 70.72 | 105.37 | - |
| YUV | 201.39 | 158.25 | 64.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 236 | 255 | 0.56 | 0.07 | 0 | 0 | 188.03 | 1 | 0.72 |
| Hex | 71 | EC | FF | 38 | 7 | 0 | 0 | BC | 64 | 48 |
| Octal | 161 | 354 | 377 | 70 | 7 | 0 | 0 | 274 | 144 | 110 |
| Binary | 1110001 | 11101100 | 11111111 | 111000 | 111 | 0 | 0 | 10111100 | 1100100 | 1001000 |
Color Harmonies of #71ECFF
Complementary color
Monochromatic Colors of #71ECFF
Black with #71ECFF
Text Example
Text Example
White with #71ECFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71ECFF; }
p { color: rgb(113,236,255); }
H1.HeaderClassName
{
color: #71ECFF;
}
.AnyTagClassName
{
color: #71ECFF;
}
</style>
background-color css
<style>
a { background-color: #71ECFF; }
a { background-color: rgb(113,236,255); }
div.DivClassName
{
background-color: #71ECFF;
}
.BgClassName
{
background-color: #71ECFF;
}
</style>
border-color css
<style>
span { border-color: #71ECFF; }
span { border-color: rgb(113,236,255); }
td.TdClassName
{
border-color: #71ECFF;
}
.TagClassName
{
border-color: #71ECFF;
}
</style>