Shades of Electric Blue #8CF4F0
Tints of Electric Blue #8CF4F0
RGB
CMYK
RGB Variations
Color information
#8CF4F0 (or 0x8CF4F0) is known color: Electric Blue. HEX triplet: 8C, F4 and F0. RGB value is (140,244,240). Sum of RGB (Red+Green+Blue) = 140+244+240=624 (82% of max value = 765). Red value is 140 (55.08% from 255 or 22.44% from 624); Green value is 244 (95.70% from 255 or 39.10% from 624); Blue value is 240 (94.14% from 255 or 38.46% from 624); Max value from RGB is 244 - color contains mainly: green. Hex color #8CF4F0 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8CF4F0 is #730B0F. Grayscale: #D4D4D4. Windows color (decimal): -7539472 or 15791244. OLE color: 15791244.
HSL color Cylindrical-coordinate representation of color #8CF4F0: hue angle of 177.69º degrees, saturation: 0.83, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8CF4F0 is Cyan = 0.43, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 140 | 244 | 240 | - |
| CMYK | 0.43 | 0 | 0.02 | 0.04 |
| HSL | 177.69º | 0.83% | 0.75% | - |
| HSV(B) | 177.69º | 0.43% | 0.96% | - |
| XYZ | 58.89 | 76.57 | 94.11 | - |
| YUV | 212.45 | 143.54 | 76.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 244 | 240 | 0.43 | 0 | 0.02 | 0.04 | 177.69 | 0.83 | 0.75 |
| Hex | 8C | F4 | F0 | 2B | 0 | 2 | 4 | B2 | 53 | 4B |
| Octal | 214 | 364 | 360 | 53 | 0 | 2 | 4 | 262 | 123 | 113 |
| Binary | 10001100 | 11110100 | 11110000 | 101011 | 0 | 10 | 100 | 10110010 | 1010011 | 1001011 |
Color Harmonies of #8CF4F0
Complementary color
Monochromatic Colors of #8CF4F0
Black with #8CF4F0
Text Example
Text Example
White with #8CF4F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CF4F0; }
p { color: rgb(140,244,240); }
H1.HeaderClassName
{
color: #8CF4F0;
}
.AnyTagClassName
{
color: #8CF4F0;
}
</style>
background-color css
<style>
a { background-color: #8CF4F0; }
a { background-color: rgb(140,244,240); }
div.DivClassName
{
background-color: #8CF4F0;
}
.BgClassName
{
background-color: #8CF4F0;
}
</style>
border-color css
<style>
span { border-color: #8CF4F0; }
span { border-color: rgb(140,244,240); }
td.TdClassName
{
border-color: #8CF4F0;
}
.TagClassName
{
border-color: #8CF4F0;
}
</style>