Shades of Electric Blue #8CFBEE
Tints of Electric Blue #8CFBEE
RGB
CMYK
RGB Variations
Color information
#8CFBEE (or 0x8CFBEE) is known color: Electric Blue. HEX triplet: 8C, FB and EE. RGB value is (140,251,238). Sum of RGB (Red+Green+Blue) = 140+251+238=629 (83% of max value = 765). Red value is 140 (55.08% from 255 or 22.26% from 629); Green value is 251 (98.44% from 255 or 39.90% from 629); Blue value is 238 (93.36% from 255 or 37.84% from 629); Max value from RGB is 251 - color contains mainly: green. Hex color #8CFBEE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8CFBEE is #730411. Grayscale: #D8D8D8. Windows color (decimal): -7537682 or 15661964. OLE color: 15661964.
HSL color Cylindrical-coordinate representation of color #8CFBEE: hue angle of 172.97º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8CFBEE is Cyan = 0.44, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 140 | 251 | 238 | - |
| CMYK | 0.44 | 0 | 0.05 | 0.02 |
| HSL | 172.97º | 0.93% | 0.77% | - |
| HSV(B) | 172.97º | 0.44% | 0.98% | - |
| XYZ | 60.75 | 80.74 | 93.27 | - |
| YUV | 216.33 | 140.23 | 73.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 251 | 238 | 0.44 | 0 | 0.05 | 0.02 | 172.97 | 0.93 | 0.77 |
| Hex | 8C | FB | EE | 2C | 0 | 5 | 2 | AD | 5D | 4D |
| Octal | 214 | 373 | 356 | 54 | 0 | 5 | 2 | 255 | 135 | 115 |
| Binary | 10001100 | 11111011 | 11101110 | 101100 | 0 | 101 | 10 | 10101101 | 1011101 | 1001101 |
Color Harmonies of #8CFBEE
Complementary color
Monochromatic Colors of #8CFBEE
Black with #8CFBEE
Text Example
Text Example
White with #8CFBEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CFBEE; }
p { color: rgb(140,251,238); }
H1.HeaderClassName
{
color: #8CFBEE;
}
.AnyTagClassName
{
color: #8CFBEE;
}
</style>
background-color css
<style>
a { background-color: #8CFBEE; }
a { background-color: rgb(140,251,238); }
div.DivClassName
{
background-color: #8CFBEE;
}
.BgClassName
{
background-color: #8CFBEE;
}
</style>
border-color css
<style>
span { border-color: #8CFBEE; }
span { border-color: rgb(140,251,238); }
td.TdClassName
{
border-color: #8CFBEE;
}
.TagClassName
{
border-color: #8CFBEE;
}
</style>