Shades of Electric Blue #71EFFE
Tints of Electric Blue #71EFFE
RGB
CMYK
RGB Variations
Color information
#71EFFE (or 0x71EFFE) is known color: Electric Blue. HEX triplet: 71, EF and FE. RGB value is (113,239,254). Sum of RGB (Red+Green+Blue) = 113+239+254=606 (80% of max value = 765). Red value is 113 (44.53% from 255 or 18.65% from 606); Green value is 239 (93.75% from 255 or 39.44% from 606); Blue value is 254 (99.61% from 255 or 41.91% from 606); Max value from RGB is 254 - color contains mainly: blue. Hex color #71EFFE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #71EFFE is #8E1001. Grayscale: #CACACA. Windows color (decimal): -9310210 or 16707441. OLE color: 16707441.
HSL color Cylindrical-coordinate representation of color #71EFFE: hue angle of 186.38º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #71EFFE is Cyan = 0.56, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 113 | 239 | 254 | - |
| CMYK | 0.56 | 0.06 | 0 | 0.00 |
| HSL | 186.38º | 0.99% | 0.72% | - |
| HSV(B) | 186.38º | 0.56% | 1% | - |
| XYZ | 55.57 | 72.4 | 104.81 | - |
| YUV | 203.04 | 156.76 | 63.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 239 | 254 | 0.56 | 0.06 | 0 | 0.00 | 186.38 | 0.99 | 0.72 |
| Hex | 71 | EF | FE | 38 | 6 | 0 | 0 | BA | 63 | 48 |
| Octal | 161 | 357 | 376 | 70 | 6 | 0 | 0 | 272 | 143 | 110 |
| Binary | 1110001 | 11101111 | 11111110 | 111000 | 110 | 0 | 0 | 10111010 | 1100011 | 1001000 |
Color Harmonies of #71EFFE
Complementary color
Monochromatic Colors of #71EFFE
Black with #71EFFE
Text Example
Text Example
White with #71EFFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71EFFE; }
p { color: rgb(113,239,254); }
H1.HeaderClassName
{
color: #71EFFE;
}
.AnyTagClassName
{
color: #71EFFE;
}
</style>
background-color css
<style>
a { background-color: #71EFFE; }
a { background-color: rgb(113,239,254); }
div.DivClassName
{
background-color: #71EFFE;
}
.BgClassName
{
background-color: #71EFFE;
}
</style>
border-color css
<style>
span { border-color: #71EFFE; }
span { border-color: rgb(113,239,254); }
td.TdClassName
{
border-color: #71EFFE;
}
.TagClassName
{
border-color: #71EFFE;
}
</style>