Shades of Electric Blue #8CF8FF
Tints of Electric Blue #8CF8FF
RGB
CMYK
RGB Variations
Color information
#8CF8FF (or 0x8CF8FF) is known color: Electric Blue. HEX triplet: 8C, F8 and FF. RGB value is (140,248,255). Sum of RGB (Red+Green+Blue) = 140+248+255=643 (85% of max value = 765). Red value is 140 (55.08% from 255 or 21.77% from 643); Green value is 248 (97.27% from 255 or 38.57% from 643); Blue value is 255 (100% from 255 or 39.66% from 643); Max value from RGB is 255 - color contains mainly: blue. Hex color #8CF8FF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8CF8FF is #730700. Grayscale: #D8D8D8. Windows color (decimal): -7538433 or 16775308. OLE color: 16775308.
HSL color Cylindrical-coordinate representation of color #8CF8FF: hue angle of 183.65º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8CF8FF is Cyan = 0.45, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 140 | 248 | 255 | - |
| CMYK | 0.45 | 0.03 | 0 | 0 |
| HSL | 183.65º | 1% | 0.77% | - |
| HSV(B) | 183.65º | 0.45% | 1% | - |
| XYZ | 62.43 | 79.93 | 106.75 | - |
| YUV | 216.51 | 149.72 | 73.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 248 | 255 | 0.45 | 0.03 | 0 | 0 | 183.65 | 1 | 0.77 |
| Hex | 8C | F8 | FF | 2D | 3 | 0 | 0 | B8 | 64 | 4D |
| Octal | 214 | 370 | 377 | 55 | 3 | 0 | 0 | 270 | 144 | 115 |
| Binary | 10001100 | 11111000 | 11111111 | 101101 | 11 | 0 | 0 | 10111000 | 1100100 | 1001101 |
Color Harmonies of #8CF8FF
Complementary color
Monochromatic Colors of #8CF8FF
Black with #8CF8FF
Text Example
Text Example
White with #8CF8FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CF8FF; }
p { color: rgb(140,248,255); }
H1.HeaderClassName
{
color: #8CF8FF;
}
.AnyTagClassName
{
color: #8CF8FF;
}
</style>
background-color css
<style>
a { background-color: #8CF8FF; }
a { background-color: rgb(140,248,255); }
div.DivClassName
{
background-color: #8CF8FF;
}
.BgClassName
{
background-color: #8CF8FF;
}
</style>
border-color css
<style>
span { border-color: #8CF8FF; }
span { border-color: rgb(140,248,255); }
td.TdClassName
{
border-color: #8CF8FF;
}
.TagClassName
{
border-color: #8CF8FF;
}
</style>