Shades of Electric Blue #8FFCF0
Tints of Electric Blue #8FFCF0
RGB
CMYK
RGB Variations
Color information
#8FFCF0 (or 0x8FFCF0) is known color: Electric Blue. HEX triplet: 8F, FC and F0. RGB value is (143,252,240). Sum of RGB (Red+Green+Blue) = 143+252+240=635 (84% of max value = 765). Red value is 143 (56.25% from 255 or 22.52% from 635); Green value is 252 (98.83% from 255 or 39.69% from 635); Blue value is 240 (94.14% from 255 or 37.80% from 635); Max value from RGB is 252 - color contains mainly: green. Hex color #8FFCF0 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8FFCF0 is #70030F. Grayscale: #D9D9D9. Windows color (decimal): -7340816 or 15793295. OLE color: 15793295.
HSL color Cylindrical-coordinate representation of color #8FFCF0: hue angle of 173.39º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8FFCF0 is Cyan = 0.43, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 143 | 252 | 240 | - |
| CMYK | 0.43 | 0 | 0.05 | 0.01 |
| HSL | 173.39º | 0.95% | 0.77% | - |
| HSV(B) | 173.39º | 0.43% | 0.99% | - |
| XYZ | 61.87 | 81.75 | 94.96 | - |
| YUV | 218.04 | 140.39 | 74.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 252 | 240 | 0.43 | 0 | 0.05 | 0.01 | 173.39 | 0.95 | 0.77 |
| Hex | 8F | FC | F0 | 2B | 0 | 5 | 1 | AD | 5F | 4D |
| Octal | 217 | 374 | 360 | 53 | 0 | 5 | 1 | 255 | 137 | 115 |
| Binary | 10001111 | 11111100 | 11110000 | 101011 | 0 | 101 | 1 | 10101101 | 1011111 | 1001101 |
Color Harmonies of #8FFCF0
Complementary color
Monochromatic Colors of #8FFCF0
Black with #8FFCF0
Text Example
Text Example
White with #8FFCF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FFCF0; }
p { color: rgb(143,252,240); }
H1.HeaderClassName
{
color: #8FFCF0;
}
.AnyTagClassName
{
color: #8FFCF0;
}
</style>
background-color css
<style>
a { background-color: #8FFCF0; }
a { background-color: rgb(143,252,240); }
div.DivClassName
{
background-color: #8FFCF0;
}
.BgClassName
{
background-color: #8FFCF0;
}
</style>
border-color css
<style>
span { border-color: #8FFCF0; }
span { border-color: rgb(143,252,240); }
td.TdClassName
{
border-color: #8FFCF0;
}
.TagClassName
{
border-color: #8FFCF0;
}
</style>