Shades of Electric Blue #8CECEE
Tints of Electric Blue #8CECEE
RGB
CMYK
RGB Variations
Color information
#8CECEE (or 0x8CECEE) is known color: Electric Blue. HEX triplet: 8C, EC and EE. RGB value is (140,236,238). Sum of RGB (Red+Green+Blue) = 140+236+238=614 (81% of max value = 765). Red value is 140 (55.08% from 255 or 22.80% from 614); Green value is 236 (92.58% from 255 or 38.44% from 614); Blue value is 238 (93.36% from 255 or 38.76% from 614); Max value from RGB is 238 - color contains mainly: blue. Hex color #8CECEE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8CECEE is #731311. Grayscale: #CFCFCF. Windows color (decimal): -7541522 or 15658124. OLE color: 15658124.
HSL color Cylindrical-coordinate representation of color #8CECEE: hue angle of 181.22º degrees, saturation: 0.74, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8CECEE is Cyan = 0.41, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 140 | 236 | 238 | - |
| CMYK | 0.41 | 0.01 | 0 | 0.07 |
| HSL | 181.22º | 0.74% | 0.74% | - |
| HSV(B) | 181.22º | 0.41% | 0.93% | - |
| XYZ | 56.24 | 71.74 | 91.77 | - |
| YUV | 207.52 | 145.2 | 79.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 236 | 238 | 0.41 | 0.01 | 0 | 0.07 | 181.22 | 0.74 | 0.74 |
| Hex | 8C | EC | EE | 29 | 1 | 0 | 7 | B5 | 4A | 4A |
| Octal | 214 | 354 | 356 | 51 | 1 | 0 | 7 | 265 | 112 | 112 |
| Binary | 10001100 | 11101100 | 11101110 | 101001 | 1 | 0 | 111 | 10110101 | 1001010 | 1001010 |
Color Harmonies of #8CECEE
Complementary color
Monochromatic Colors of #8CECEE
Black with #8CECEE
Text Example
Text Example
White with #8CECEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CECEE; }
p { color: rgb(140,236,238); }
H1.HeaderClassName
{
color: #8CECEE;
}
.AnyTagClassName
{
color: #8CECEE;
}
</style>
background-color css
<style>
a { background-color: #8CECEE; }
a { background-color: rgb(140,236,238); }
div.DivClassName
{
background-color: #8CECEE;
}
.BgClassName
{
background-color: #8CECEE;
}
</style>
border-color css
<style>
span { border-color: #8CECEE; }
span { border-color: rgb(140,236,238); }
td.TdClassName
{
border-color: #8CECEE;
}
.TagClassName
{
border-color: #8CECEE;
}
</style>