Shades of Electric Blue #8CFEEF
Tints of Electric Blue #8CFEEF
RGB
CMYK
RGB Variations
Color information
#8CFEEF (or 0x8CFEEF) is known color: Electric Blue. HEX triplet: 8C, FE and EF. RGB value is (140,254,239). Sum of RGB (Red+Green+Blue) = 140+254+239=633 (83% of max value = 765). Red value is 140 (55.08% from 255 or 22.12% from 633); Green value is 254 (99.61% from 255 or 40.13% from 633); Blue value is 239 (93.75% from 255 or 37.76% from 633); Max value from RGB is 254 - color contains mainly: green. Hex color #8CFEEF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8CFEEF is #730110. Grayscale: #DADADA. Windows color (decimal): -7536913 or 15728268. OLE color: 15728268.
HSL color Cylindrical-coordinate representation of color #8CFEEF: hue angle of 172.11º 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 #8CFEEF is Cyan = 0.45, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 140 | 254 | 239 | - |
| CMYK | 0.45 | 0 | 0.06 | 0.00 |
| HSL | 172.11º | 0.98% | 0.77% | - |
| HSV(B) | 172.11º | 0.45% | 1% | - |
| XYZ | 61.84 | 82.69 | 94.36 | - |
| YUV | 218.2 | 139.73 | 72.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 254 | 239 | 0.45 | 0 | 0.06 | 0.00 | 172.11 | 0.98 | 0.77 |
| Hex | 8C | FE | EF | 2D | 0 | 6 | 0 | AC | 62 | 4D |
| Octal | 214 | 376 | 357 | 55 | 0 | 6 | 0 | 254 | 142 | 115 |
| Binary | 10001100 | 11111110 | 11101111 | 101101 | 0 | 110 | 0 | 10101100 | 1100010 | 1001101 |
Color Harmonies of #8CFEEF
Complementary color
Monochromatic Colors of #8CFEEF
Black with #8CFEEF
Text Example
Text Example
White with #8CFEEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CFEEF; }
p { color: rgb(140,254,239); }
H1.HeaderClassName
{
color: #8CFEEF;
}
.AnyTagClassName
{
color: #8CFEEF;
}
</style>
background-color css
<style>
a { background-color: #8CFEEF; }
a { background-color: rgb(140,254,239); }
div.DivClassName
{
background-color: #8CFEEF;
}
.BgClassName
{
background-color: #8CFEEF;
}
</style>
border-color css
<style>
span { border-color: #8CFEEF; }
span { border-color: rgb(140,254,239); }
td.TdClassName
{
border-color: #8CFEEF;
}
.TagClassName
{
border-color: #8CFEEF;
}
</style>