Shades of Electric Blue #8CEEFE
Tints of Electric Blue #8CEEFE
RGB
CMYK
RGB Variations
Color information
#8CEEFE (or 0x8CEEFE) is known color: Electric Blue. HEX triplet: 8C, EE and FE. RGB value is (140,238,254). Sum of RGB (Red+Green+Blue) = 140+238+254=632 (83% of max value = 765). Red value is 140 (55.08% from 255 or 22.15% from 632); Green value is 238 (93.36% from 255 or 37.66% from 632); Blue value is 254 (99.61% from 255 or 40.19% from 632); Max value from RGB is 254 - color contains mainly: blue. Hex color #8CEEFE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8CEEFE is #731101. Grayscale: #D2D2D2. Windows color (decimal): -7540994 or 16707212. OLE color: 16707212.
HSL color Cylindrical-coordinate representation of color #8CEEFE: hue angle of 188.42º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8CEEFE is Cyan = 0.45, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 140 | 238 | 254 | - |
| CMYK | 0.45 | 0.06 | 0 | 0.00 |
| HSL | 188.42º | 0.98% | 0.77% | - |
| HSV(B) | 188.42º | 0.45% | 1% | - |
| XYZ | 59.28 | 73.88 | 104.9 | - |
| YUV | 210.52 | 152.53 | 77.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 238 | 254 | 0.45 | 0.06 | 0 | 0.00 | 188.42 | 0.98 | 0.77 |
| Hex | 8C | EE | FE | 2D | 6 | 0 | 0 | BC | 62 | 4D |
| Octal | 214 | 356 | 376 | 55 | 6 | 0 | 0 | 274 | 142 | 115 |
| Binary | 10001100 | 11101110 | 11111110 | 101101 | 110 | 0 | 0 | 10111100 | 1100010 | 1001101 |
Color Harmonies of #8CEEFE
Complementary color
Monochromatic Colors of #8CEEFE
Black with #8CEEFE
Text Example
Text Example
White with #8CEEFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CEEFE; }
p { color: rgb(140,238,254); }
H1.HeaderClassName
{
color: #8CEEFE;
}
.AnyTagClassName
{
color: #8CEEFE;
}
</style>
background-color css
<style>
a { background-color: #8CEEFE; }
a { background-color: rgb(140,238,254); }
div.DivClassName
{
background-color: #8CEEFE;
}
.BgClassName
{
background-color: #8CEEFE;
}
</style>
border-color css
<style>
span { border-color: #8CEEFE; }
span { border-color: rgb(140,238,254); }
td.TdClassName
{
border-color: #8CEEFE;
}
.TagClassName
{
border-color: #8CEEFE;
}
</style>