Shades of Electric Blue #96FFF9
Tints of Electric Blue #96FFF9
RGB
CMYK
RGB Variations
Color information
#96FFF9 (or 0x96FFF9) is known color: Electric Blue. HEX triplet: 96, FF and F9. RGB value is (150,255,249). Sum of RGB (Red+Green+Blue) = 150+255+249=654 (86% of max value = 765). Red value is 150 (58.98% from 255 or 22.94% from 654); Green value is 255 (100% from 255 or 38.99% from 654); Blue value is 249 (97.66% from 255 or 38.07% from 654); Max value from RGB is 255 - color contains mainly: green. Hex color #96FFF9 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #96FFF9 is #690006. Grayscale: #DEDEDE. Windows color (decimal): -6881287 or 16383894. OLE color: 16383894.
HSL color Cylindrical-coordinate representation of color #96FFF9: hue angle of 176.57º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #96FFF9 is Cyan = 0.41, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.
Color convert
| RGB | 150 | 255 | 249 | - |
| CMYK | 0.41 | 0 | 0.02 | 0 |
| HSL | 176.57º | 1% | 0.79% | - |
| HSV(B) | 176.57º | 0.41% | 1% | - |
| XYZ | 65.44 | 84.84 | 102.55 | - |
| YUV | 222.92 | 142.71 | 75.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 255 | 249 | 0.41 | 0 | 0.02 | 0 | 176.57 | 1 | 0.79 |
| Hex | 96 | FF | F9 | 29 | 0 | 2 | 0 | B1 | 64 | 4F |
| Octal | 226 | 377 | 371 | 51 | 0 | 2 | 0 | 261 | 144 | 117 |
| Binary | 10010110 | 11111111 | 11111001 | 101001 | 0 | 10 | 0 | 10110001 | 1100100 | 1001111 |
Color Harmonies of #96FFF9
Complementary color
Monochromatic Colors of #96FFF9
Black with #96FFF9
Text Example
Text Example
White with #96FFF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96FFF9; }
p { color: rgb(150,255,249); }
H1.HeaderClassName
{
color: #96FFF9;
}
.AnyTagClassName
{
color: #96FFF9;
}
</style>
background-color css
<style>
a { background-color: #96FFF9; }
a { background-color: rgb(150,255,249); }
div.DivClassName
{
background-color: #96FFF9;
}
.BgClassName
{
background-color: #96FFF9;
}
</style>
border-color css
<style>
span { border-color: #96FFF9; }
span { border-color: rgb(150,255,249); }
td.TdClassName
{
border-color: #96FFF9;
}
.TagClassName
{
border-color: #96FFF9;
}
</style>