Shades of Electric Blue #8FFFF9
Tints of Electric Blue #8FFFF9
RGB
CMYK
RGB Variations
Color information
#8FFFF9 (or 0x8FFFF9) is known color: Electric Blue. HEX triplet: 8F, FF and F9. RGB value is (143,255,249). Sum of RGB (Red+Green+Blue) = 143+255+249=647 (85% of max value = 765). Red value is 143 (56.25% from 255 or 22.10% from 647); Green value is 255 (100% from 255 or 39.41% from 647); Blue value is 249 (97.66% from 255 or 38.49% from 647); Max value from RGB is 255 - color contains mainly: green. Hex color #8FFFF9 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8FFFF9 is #700006. Grayscale: #DCDCDC. Windows color (decimal): -7340039 or 16383887. OLE color: 16383887.
HSL color Cylindrical-coordinate representation of color #8FFFF9: hue angle of 176.79º 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 #8FFFF9 is Cyan = 0.44, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.
Color convert
| RGB | 143 | 255 | 249 | - |
| CMYK | 0.44 | 0 | 0.02 | 0 |
| HSL | 176.79º | 1% | 0.78% | - |
| HSV(B) | 176.79º | 0.44% | 1% | - |
| XYZ | 64.19 | 84.2 | 102.49 | - |
| YUV | 220.83 | 143.89 | 72.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 255 | 249 | 0.44 | 0 | 0.02 | 0 | 176.79 | 1 | 0.78 |
| Hex | 8F | FF | F9 | 2C | 0 | 2 | 0 | B1 | 64 | 4E |
| Octal | 217 | 377 | 371 | 54 | 0 | 2 | 0 | 261 | 144 | 116 |
| Binary | 10001111 | 11111111 | 11111001 | 101100 | 0 | 10 | 0 | 10110001 | 1100100 | 1001110 |
Color Harmonies of #8FFFF9
Complementary color
Monochromatic Colors of #8FFFF9
Black with #8FFFF9
Text Example
Text Example
White with #8FFFF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FFFF9; }
p { color: rgb(143,255,249); }
H1.HeaderClassName
{
color: #8FFFF9;
}
.AnyTagClassName
{
color: #8FFFF9;
}
</style>
background-color css
<style>
a { background-color: #8FFFF9; }
a { background-color: rgb(143,255,249); }
div.DivClassName
{
background-color: #8FFFF9;
}
.BgClassName
{
background-color: #8FFFF9;
}
</style>
border-color css
<style>
span { border-color: #8FFFF9; }
span { border-color: rgb(143,255,249); }
td.TdClassName
{
border-color: #8FFFF9;
}
.TagClassName
{
border-color: #8FFFF9;
}
</style>