Shades of Electric Blue #8FF2FF
Tints of Electric Blue #8FF2FF
RGB
CMYK
RGB Variations
Color information
#8FF2FF (or 0x8FF2FF) is known color: Electric Blue. HEX triplet: 8F, F2 and FF. RGB value is (143,242,255). Sum of RGB (Red+Green+Blue) = 143+242+255=640 (84% of max value = 765). Red value is 143 (56.25% from 255 or 22.34% from 640); Green value is 242 (94.92% from 255 or 37.81% from 640); Blue value is 255 (100% from 255 or 39.84% from 640); Max value from RGB is 255 - color contains mainly: blue. Hex color #8FF2FF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8FF2FF is #700D00. Grayscale: #D5D5D5. Windows color (decimal): -7343361 or 16773775. OLE color: 16773775.
HSL color Cylindrical-coordinate representation of color #8FF2FF: hue angle of 186.96º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8FF2FF is Cyan = 0.44, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 143 | 242 | 255 | - |
| CMYK | 0.44 | 0.05 | 0 | 0 |
| HSL | 186.96º | 1% | 0.78% | - |
| HSV(B) | 186.96º | 0.44% | 1% | - |
| XYZ | 61.13 | 76.56 | 106.16 | - |
| YUV | 213.88 | 151.2 | 77.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 242 | 255 | 0.44 | 0.05 | 0 | 0 | 186.96 | 1 | 0.78 |
| Hex | 8F | F2 | FF | 2C | 5 | 0 | 0 | BB | 64 | 4E |
| Octal | 217 | 362 | 377 | 54 | 5 | 0 | 0 | 273 | 144 | 116 |
| Binary | 10001111 | 11110010 | 11111111 | 101100 | 101 | 0 | 0 | 10111011 | 1100100 | 1001110 |
Color Harmonies of #8FF2FF
Complementary color
Monochromatic Colors of #8FF2FF
Black with #8FF2FF
Text Example
Text Example
White with #8FF2FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FF2FF; }
p { color: rgb(143,242,255); }
H1.HeaderClassName
{
color: #8FF2FF;
}
.AnyTagClassName
{
color: #8FF2FF;
}
</style>
background-color css
<style>
a { background-color: #8FF2FF; }
a { background-color: rgb(143,242,255); }
div.DivClassName
{
background-color: #8FF2FF;
}
.BgClassName
{
background-color: #8FF2FF;
}
</style>
border-color css
<style>
span { border-color: #8FF2FF; }
span { border-color: rgb(143,242,255); }
td.TdClassName
{
border-color: #8FF2FF;
}
.TagClassName
{
border-color: #8FF2FF;
}
</style>