Shades of Electric Blue #8CECEF
Tints of Electric Blue #8CECEF
RGB
CMYK
RGB Variations
Color information
#8CECEF (or 0x8CECEF) is known color: Electric Blue. HEX triplet: 8C, EC and EF. RGB value is (140,236,239). Sum of RGB (Red+Green+Blue) = 140+236+239=615 (81% of max value = 765). Red value is 140 (55.08% from 255 or 22.76% from 615); Green value is 236 (92.58% from 255 or 38.37% from 615); Blue value is 239 (93.75% from 255 or 38.86% from 615); Max value from RGB is 239 - color contains mainly: blue. Hex color #8CECEF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8CECEF is #731310. Grayscale: #CFCFCF. Windows color (decimal): -7541521 or 15723660. OLE color: 15723660.
HSL color Cylindrical-coordinate representation of color #8CECEF: hue angle of 181.82º degrees, saturation: 0.76, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8CECEF is Cyan = 0.41, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 140 | 236 | 239 | - |
| CMYK | 0.41 | 0.01 | 0 | 0.06 |
| HSL | 181.82º | 0.76% | 0.74% | - |
| HSV(B) | 181.82º | 0.41% | 0.94% | - |
| XYZ | 56.39 | 71.8 | 92.55 | - |
| YUV | 207.64 | 145.7 | 79.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 236 | 239 | 0.41 | 0.01 | 0 | 0.06 | 181.82 | 0.76 | 0.74 |
| Hex | 8C | EC | EF | 29 | 1 | 0 | 6 | B6 | 4C | 4A |
| Octal | 214 | 354 | 357 | 51 | 1 | 0 | 6 | 266 | 114 | 112 |
| Binary | 10001100 | 11101100 | 11101111 | 101001 | 1 | 0 | 110 | 10110110 | 1001100 | 1001010 |
Color Harmonies of #8CECEF
Complementary color
Monochromatic Colors of #8CECEF
Black with #8CECEF
Text Example
Text Example
White with #8CECEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CECEF; }
p { color: rgb(140,236,239); }
H1.HeaderClassName
{
color: #8CECEF;
}
.AnyTagClassName
{
color: #8CECEF;
}
</style>
background-color css
<style>
a { background-color: #8CECEF; }
a { background-color: rgb(140,236,239); }
div.DivClassName
{
background-color: #8CECEF;
}
.BgClassName
{
background-color: #8CECEF;
}
</style>
border-color css
<style>
span { border-color: #8CECEF; }
span { border-color: rgb(140,236,239); }
td.TdClassName
{
border-color: #8CECEF;
}
.TagClassName
{
border-color: #8CECEF;
}
</style>