Shades of Electric Blue #8CFEEC
Tints of Electric Blue #8CFEEC
RGB
CMYK
RGB Variations
Color information
#8CFEEC (or 0x8CFEEC) is known color: Electric Blue. HEX triplet: 8C, FE and EC. RGB value is (140,254,236). Sum of RGB (Red+Green+Blue) = 140+254+236=630 (83% of max value = 765). Red value is 140 (55.08% from 255 or 22.22% from 630); Green value is 254 (99.61% from 255 or 40.32% from 630); Blue value is 236 (92.58% from 255 or 37.46% from 630); Max value from RGB is 254 - color contains mainly: green. Hex color #8CFEEC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8CFEEC is #730113. Grayscale: #D9D9D9. Windows color (decimal): -7536916 or 15531660. OLE color: 15531660.
HSL color Cylindrical-coordinate representation of color #8CFEEC: hue angle of 170.53º 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 #8CFEEC is Cyan = 0.45, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 140 | 254 | 236 | - |
| CMYK | 0.45 | 0 | 0.07 | 0.00 |
| HSL | 170.53º | 0.98% | 0.77% | - |
| HSV(B) | 170.53º | 0.45% | 1% | - |
| XYZ | 61.4 | 82.52 | 92.05 | - |
| YUV | 217.86 | 138.23 | 72.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 254 | 236 | 0.45 | 0 | 0.07 | 0.00 | 170.53 | 0.98 | 0.77 |
| Hex | 8C | FE | EC | 2D | 0 | 7 | 0 | AB | 62 | 4D |
| Octal | 214 | 376 | 354 | 55 | 0 | 7 | 0 | 253 | 142 | 115 |
| Binary | 10001100 | 11111110 | 11101100 | 101101 | 0 | 111 | 0 | 10101011 | 1100010 | 1001101 |
Color Harmonies of #8CFEEC
Complementary color
Monochromatic Colors of #8CFEEC
Black with #8CFEEC
Text Example
Text Example
White with #8CFEEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CFEEC; }
p { color: rgb(140,254,236); }
H1.HeaderClassName
{
color: #8CFEEC;
}
.AnyTagClassName
{
color: #8CFEEC;
}
</style>
background-color css
<style>
a { background-color: #8CFEEC; }
a { background-color: rgb(140,254,236); }
div.DivClassName
{
background-color: #8CFEEC;
}
.BgClassName
{
background-color: #8CFEEC;
}
</style>
border-color css
<style>
span { border-color: #8CFEEC; }
span { border-color: rgb(140,254,236); }
td.TdClassName
{
border-color: #8CFEEC;
}
.TagClassName
{
border-color: #8CFEEC;
}
</style>