Shades of Electric Blue #8CFFF0
Tints of Electric Blue #8CFFF0
RGB
CMYK
RGB Variations
Color information
#8CFFF0 (or 0x8CFFF0) is known color: Electric Blue. HEX triplet: 8C, FF and F0. RGB value is (140,255,240). Sum of RGB (Red+Green+Blue) = 140+255+240=635 (84% of max value = 765). Red value is 140 (55.08% from 255 or 22.05% from 635); Green value is 255 (100% from 255 or 40.16% from 635); Blue value is 240 (94.14% from 255 or 37.80% from 635); Max value from RGB is 255 - color contains mainly: green. Hex color #8CFFF0 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8CFFF0 is #73000F. Grayscale: #DADADA. Windows color (decimal): -7536656 or 15794060. OLE color: 15794060.
HSL color Cylindrical-coordinate representation of color #8CFFF0: hue angle of 172.17º 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 #8CFFF0 is Cyan = 0.45, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.
Color convert
| RGB | 140 | 255 | 240 | - |
| CMYK | 0.45 | 0 | 0.06 | 0 |
| HSL | 172.17º | 1% | 0.77% | - |
| HSV(B) | 172.17º | 0.45% | 1% | - |
| XYZ | 62.3 | 83.39 | 95.25 | - |
| YUV | 218.91 | 139.9 | 71.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 255 | 240 | 0.45 | 0 | 0.06 | 0 | 172.17 | 1 | 0.77 |
| Hex | 8C | FF | F0 | 2D | 0 | 6 | 0 | AC | 64 | 4D |
| Octal | 214 | 377 | 360 | 55 | 0 | 6 | 0 | 254 | 144 | 115 |
| Binary | 10001100 | 11111111 | 11110000 | 101101 | 0 | 110 | 0 | 10101100 | 1100100 | 1001101 |
Color Harmonies of #8CFFF0
Complementary color
Monochromatic Colors of #8CFFF0
Black with #8CFFF0
Text Example
Text Example
White with #8CFFF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CFFF0; }
p { color: rgb(140,255,240); }
H1.HeaderClassName
{
color: #8CFFF0;
}
.AnyTagClassName
{
color: #8CFFF0;
}
</style>
background-color css
<style>
a { background-color: #8CFFF0; }
a { background-color: rgb(140,255,240); }
div.DivClassName
{
background-color: #8CFFF0;
}
.BgClassName
{
background-color: #8CFFF0;
}
</style>
border-color css
<style>
span { border-color: #8CFFF0; }
span { border-color: rgb(140,255,240); }
td.TdClassName
{
border-color: #8CFFF0;
}
.TagClassName
{
border-color: #8CFFF0;
}
</style>