Shades of Electric Blue #8CF0ED
Tints of Electric Blue #8CF0ED
RGB
CMYK
RGB Variations
Color information
#8CF0ED (or 0x8CF0ED) is known color: Electric Blue. HEX triplet: 8C, F0 and ED. RGB value is (140,240,237). Sum of RGB (Red+Green+Blue) = 140+240+237=617 (81% of max value = 765). Red value is 140 (55.08% from 255 or 22.69% from 617); Green value is 240 (94.14% from 255 or 38.90% from 617); Blue value is 237 (92.97% from 255 or 38.41% from 617); Max value from RGB is 240 - color contains mainly: green. Hex color #8CF0ED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8CF0ED is #730F12. Grayscale: #D1D1D1. Windows color (decimal): -7540499 or 15593612. OLE color: 15593612.
HSL color Cylindrical-coordinate representation of color #8CF0ED: hue angle of 178.2º degrees, saturation: 0.77, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8CF0ED is Cyan = 0.42, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 140 | 240 | 237 | - |
| CMYK | 0.42 | 0 | 0.01 | 0.06 |
| HSL | 178.2º | 0.77% | 0.75% | - |
| HSV(B) | 178.2º | 0.42% | 0.94% | - |
| XYZ | 57.26 | 74.01 | 91.39 | - |
| YUV | 209.76 | 143.37 | 78.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 240 | 237 | 0.42 | 0 | 0.01 | 0.06 | 178.2 | 0.77 | 0.75 |
| Hex | 8C | F0 | ED | 2A | 0 | 1 | 6 | B2 | 4D | 4B |
| Octal | 214 | 360 | 355 | 52 | 0 | 1 | 6 | 262 | 115 | 113 |
| Binary | 10001100 | 11110000 | 11101101 | 101010 | 0 | 1 | 110 | 10110010 | 1001101 | 1001011 |
Color Harmonies of #8CF0ED
Complementary color
Monochromatic Colors of #8CF0ED
Black with #8CF0ED
Text Example
Text Example
White with #8CF0ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CF0ED; }
p { color: rgb(140,240,237); }
H1.HeaderClassName
{
color: #8CF0ED;
}
.AnyTagClassName
{
color: #8CF0ED;
}
</style>
background-color css
<style>
a { background-color: #8CF0ED; }
a { background-color: rgb(140,240,237); }
div.DivClassName
{
background-color: #8CF0ED;
}
.BgClassName
{
background-color: #8CF0ED;
}
</style>
border-color css
<style>
span { border-color: #8CF0ED; }
span { border-color: rgb(140,240,237); }
td.TdClassName
{
border-color: #8CF0ED;
}
.TagClassName
{
border-color: #8CF0ED;
}
</style>