Shades of Electric Blue #8CFEF8
Tints of Electric Blue #8CFEF8
RGB
CMYK
RGB Variations
Color information
#8CFEF8 (or 0x8CFEF8) is known color: Electric Blue. HEX triplet: 8C, FE and F8. RGB value is (140,254,248). Sum of RGB (Red+Green+Blue) = 140+254+248=642 (85% of max value = 765). Red value is 140 (55.08% from 255 or 21.81% from 642); Green value is 254 (99.61% from 255 or 39.56% from 642); Blue value is 248 (97.27% from 255 or 38.63% from 642); Max value from RGB is 254 - color contains mainly: green. Hex color #8CFEF8 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8CFEF8 is #730107. Grayscale: #DBDBDB. Windows color (decimal): -7536904 or 16318092. OLE color: 16318092.
HSL color Cylindrical-coordinate representation of color #8CFEF8: hue angle of 176.84º 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 #8CFEF8 is Cyan = 0.45, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 140 | 254 | 248 | - |
| CMYK | 0.45 | 0 | 0.02 | 0.00 |
| HSL | 176.84º | 0.98% | 0.77% | - |
| HSV(B) | 176.84º | 0.45% | 1% | - |
| XYZ | 63.2 | 83.24 | 101.54 | - |
| YUV | 219.23 | 144.23 | 71.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 254 | 248 | 0.45 | 0 | 0.02 | 0.00 | 176.84 | 0.98 | 0.77 |
| Hex | 8C | FE | F8 | 2D | 0 | 2 | 0 | B1 | 62 | 4D |
| Octal | 214 | 376 | 370 | 55 | 0 | 2 | 0 | 261 | 142 | 115 |
| Binary | 10001100 | 11111110 | 11111000 | 101101 | 0 | 10 | 0 | 10110001 | 1100010 | 1001101 |
Color Harmonies of #8CFEF8
Complementary color
Monochromatic Colors of #8CFEF8
Black with #8CFEF8
Text Example
Text Example
White with #8CFEF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CFEF8; }
p { color: rgb(140,254,248); }
H1.HeaderClassName
{
color: #8CFEF8;
}
.AnyTagClassName
{
color: #8CFEF8;
}
</style>
background-color css
<style>
a { background-color: #8CFEF8; }
a { background-color: rgb(140,254,248); }
div.DivClassName
{
background-color: #8CFEF8;
}
.BgClassName
{
background-color: #8CFEF8;
}
</style>
border-color css
<style>
span { border-color: #8CFEF8; }
span { border-color: rgb(140,254,248); }
td.TdClassName
{
border-color: #8CFEF8;
}
.TagClassName
{
border-color: #8CFEF8;
}
</style>