Shades of Electric Blue #96F2FF
Tints of Electric Blue #96F2FF
RGB
CMYK
RGB Variations
Color information
#96F2FF (or 0x96F2FF) is known color: Electric Blue. HEX triplet: 96, F2 and FF. RGB value is (150,242,255). Sum of RGB (Red+Green+Blue) = 150+242+255=647 (85% of max value = 765). Red value is 150 (58.98% from 255 or 23.18% from 647); Green value is 242 (94.92% from 255 or 37.40% from 647); Blue value is 255 (100% from 255 or 39.41% from 647); Max value from RGB is 255 - color contains mainly: blue. Hex color #96F2FF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #96F2FF is #690D00. Grayscale: #D7D7D7. Windows color (decimal): -6884609 or 16773782. OLE color: 16773782.
HSL color Cylindrical-coordinate representation of color #96F2FF: hue angle of 187.43º 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 #96F2FF is Cyan = 0.41, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 150 | 242 | 255 | - |
| CMYK | 0.41 | 0.05 | 0 | 0 |
| HSL | 187.43º | 1% | 0.79% | - |
| HSV(B) | 187.43º | 0.41% | 1% | - |
| XYZ | 62.38 | 77.21 | 106.22 | - |
| YUV | 215.97 | 150.02 | 80.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 242 | 255 | 0.41 | 0.05 | 0 | 0 | 187.43 | 1 | 0.79 |
| Hex | 96 | F2 | FF | 29 | 5 | 0 | 0 | BB | 64 | 4F |
| Octal | 226 | 362 | 377 | 51 | 5 | 0 | 0 | 273 | 144 | 117 |
| Binary | 10010110 | 11110010 | 11111111 | 101001 | 101 | 0 | 0 | 10111011 | 1100100 | 1001111 |
Color Harmonies of #96F2FF
Complementary color
Monochromatic Colors of #96F2FF
Black with #96F2FF
Text Example
Text Example
White with #96F2FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96F2FF; }
p { color: rgb(150,242,255); }
H1.HeaderClassName
{
color: #96F2FF;
}
.AnyTagClassName
{
color: #96F2FF;
}
</style>
background-color css
<style>
a { background-color: #96F2FF; }
a { background-color: rgb(150,242,255); }
div.DivClassName
{
background-color: #96F2FF;
}
.BgClassName
{
background-color: #96F2FF;
}
</style>
border-color css
<style>
span { border-color: #96F2FF; }
span { border-color: rgb(150,242,255); }
td.TdClassName
{
border-color: #96F2FF;
}
.TagClassName
{
border-color: #96F2FF;
}
</style>