Shades of Electric Blue #71EEFF
Tints of Electric Blue #71EEFF
RGB
CMYK
RGB Variations
Color information
#71EEFF (or 0x71EEFF) is known color: Electric Blue. HEX triplet: 71, EE and FF. RGB value is (113,238,255). Sum of RGB (Red+Green+Blue) = 113+238+255=606 (80% of max value = 765). Red value is 113 (44.53% from 255 or 18.65% from 606); Green value is 238 (93.36% from 255 or 39.27% from 606); Blue value is 255 (100% from 255 or 42.08% from 606); Max value from RGB is 255 - color contains mainly: blue. Hex color #71EEFF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #71EEFF is #8E1100. Grayscale: #CACACA. Windows color (decimal): -9310465 or 16772721. OLE color: 16772721.
HSL color Cylindrical-coordinate representation of color #71EEFF: hue angle of 187.18º 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 #71EEFF is Cyan = 0.56, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 113 | 238 | 255 | - |
| CMYK | 0.56 | 0.07 | 0 | 0 |
| HSL | 187.18º | 1% | 0.72% | - |
| HSV(B) | 187.18º | 0.56% | 1% | - |
| XYZ | 55.43 | 71.88 | 105.56 | - |
| YUV | 202.56 | 157.59 | 64.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 238 | 255 | 0.56 | 0.07 | 0 | 0 | 187.18 | 1 | 0.72 |
| Hex | 71 | EE | FF | 38 | 7 | 0 | 0 | BB | 64 | 48 |
| Octal | 161 | 356 | 377 | 70 | 7 | 0 | 0 | 273 | 144 | 110 |
| Binary | 1110001 | 11101110 | 11111111 | 111000 | 111 | 0 | 0 | 10111011 | 1100100 | 1001000 |
Color Harmonies of #71EEFF
Complementary color
Monochromatic Colors of #71EEFF
Black with #71EEFF
Text Example
Text Example
White with #71EEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71EEFF; }
p { color: rgb(113,238,255); }
H1.HeaderClassName
{
color: #71EEFF;
}
.AnyTagClassName
{
color: #71EEFF;
}
</style>
background-color css
<style>
a { background-color: #71EEFF; }
a { background-color: rgb(113,238,255); }
div.DivClassName
{
background-color: #71EEFF;
}
.BgClassName
{
background-color: #71EEFF;
}
</style>
border-color css
<style>
span { border-color: #71EEFF; }
span { border-color: rgb(113,238,255); }
td.TdClassName
{
border-color: #71EEFF;
}
.TagClassName
{
border-color: #71EEFF;
}
</style>