Shades of Electric Blue #8FF2FE
Tints of Electric Blue #8FF2FE
RGB
CMYK
RGB Variations
Color information
#8FF2FE (or 0x8FF2FE) is known color: Electric Blue. HEX triplet: 8F, F2 and FE. RGB value is (143,242,254). Sum of RGB (Red+Green+Blue) = 143+242+254=639 (84% of max value = 765). Red value is 143 (56.25% from 255 or 22.38% from 639); Green value is 242 (94.92% from 255 or 37.87% from 639); Blue value is 254 (99.61% from 255 or 39.75% from 639); Max value from RGB is 254 - color contains mainly: blue. Hex color #8FF2FE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8FF2FE is #700D01. Grayscale: #D5D5D5. Windows color (decimal): -7343362 or 16708239. OLE color: 16708239.
HSL color Cylindrical-coordinate representation of color #8FF2FE: hue angle of 186.49º 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 #8FF2FE is Cyan = 0.44, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 143 | 242 | 254 | - |
| CMYK | 0.44 | 0.05 | 0 | 0.00 |
| HSL | 186.49º | 0.98% | 0.78% | - |
| HSV(B) | 186.49º | 0.44% | 1% | - |
| XYZ | 60.97 | 76.5 | 105.32 | - |
| YUV | 213.77 | 150.7 | 77.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 242 | 254 | 0.44 | 0.05 | 0 | 0.00 | 186.49 | 0.98 | 0.78 |
| Hex | 8F | F2 | FE | 2C | 5 | 0 | 0 | BA | 62 | 4E |
| Octal | 217 | 362 | 376 | 54 | 5 | 0 | 0 | 272 | 142 | 116 |
| Binary | 10001111 | 11110010 | 11111110 | 101100 | 101 | 0 | 0 | 10111010 | 1100010 | 1001110 |
Color Harmonies of #8FF2FE
Complementary color
Monochromatic Colors of #8FF2FE
Black with #8FF2FE
Text Example
Text Example
White with #8FF2FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FF2FE; }
p { color: rgb(143,242,254); }
H1.HeaderClassName
{
color: #8FF2FE;
}
.AnyTagClassName
{
color: #8FF2FE;
}
</style>
background-color css
<style>
a { background-color: #8FF2FE; }
a { background-color: rgb(143,242,254); }
div.DivClassName
{
background-color: #8FF2FE;
}
.BgClassName
{
background-color: #8FF2FE;
}
</style>
border-color css
<style>
span { border-color: #8FF2FE; }
span { border-color: rgb(143,242,254); }
td.TdClassName
{
border-color: #8FF2FE;
}
.TagClassName
{
border-color: #8FF2FE;
}
</style>