Shades of Electric Blue #8FF0FE
Tints of Electric Blue #8FF0FE
RGB
CMYK
RGB Variations
Color information
#8FF0FE (or 0x8FF0FE) is known color: Electric Blue. HEX triplet: 8F, F0 and FE. RGB value is (143,240,254). Sum of RGB (Red+Green+Blue) = 143+240+254=637 (84% of max value = 765). Red value is 143 (56.25% from 255 or 22.45% from 637); Green value is 240 (94.14% from 255 or 37.68% from 637); Blue value is 254 (99.61% from 255 or 39.87% from 637); Max value from RGB is 254 - color contains mainly: blue. Hex color #8FF0FE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8FF0FE is #700F01. Grayscale: #D4D4D4. Windows color (decimal): -7343874 or 16707727. OLE color: 16707727.
HSL color Cylindrical-coordinate representation of color #8FF0FE: hue angle of 187.57º degrees, saturation: 0.98, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8FF0FE is Cyan = 0.44, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 143 | 240 | 254 | - |
| CMYK | 0.44 | 0.06 | 0 | 0.00 |
| HSL | 187.57º | 0.98% | 0.78% | - |
| HSV(B) | 187.57º | 0.44% | 1% | - |
| XYZ | 60.38 | 75.32 | 105.12 | - |
| YUV | 212.59 | 151.36 | 78.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 240 | 254 | 0.44 | 0.06 | 0 | 0.00 | 187.57 | 0.98 | 0.78 |
| Hex | 8F | F0 | FE | 2C | 6 | 0 | 0 | BC | 62 | 4E |
| Octal | 217 | 360 | 376 | 54 | 6 | 0 | 0 | 274 | 142 | 116 |
| Binary | 10001111 | 11110000 | 11111110 | 101100 | 110 | 0 | 0 | 10111100 | 1100010 | 1001110 |
Color Harmonies of #8FF0FE
Complementary color
Monochromatic Colors of #8FF0FE
Black with #8FF0FE
Text Example
Text Example
White with #8FF0FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FF0FE; }
p { color: rgb(143,240,254); }
H1.HeaderClassName
{
color: #8FF0FE;
}
.AnyTagClassName
{
color: #8FF0FE;
}
</style>
background-color css
<style>
a { background-color: #8FF0FE; }
a { background-color: rgb(143,240,254); }
div.DivClassName
{
background-color: #8FF0FE;
}
.BgClassName
{
background-color: #8FF0FE;
}
</style>
border-color css
<style>
span { border-color: #8FF0FE; }
span { border-color: rgb(143,240,254); }
td.TdClassName
{
border-color: #8FF0FE;
}
.TagClassName
{
border-color: #8FF0FE;
}
</style>