Shades of Blizzard Blue #96E8F8
Tints of Blizzard Blue #96E8F8
RGB
CMYK
RGB Variations
Color information
#96E8F8 (or 0x96E8F8) is known color: Blizzard Blue. HEX triplet: 96, E8 and F8. RGB value is (150,232,248). Sum of RGB (Red+Green+Blue) = 150+232+248=630 (83% of max value = 765). Red value is 150 (58.98% from 255 or 23.81% from 630); Green value is 232 (91.02% from 255 or 36.83% from 630); Blue value is 248 (97.27% from 255 or 39.37% from 630); Max value from RGB is 248 - color contains mainly: blue. Hex color #96E8F8 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #96E8F8 is #691707. Grayscale: #D1D1D1. Windows color (decimal): -6887176 or 16312470. OLE color: 16312470.
HSL color Cylindrical-coordinate representation of color #96E8F8: hue angle of 189.8º degrees, saturation: 0.88, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #96E8F8 is Cyan = 0.40, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 150 | 232 | 248 | - |
| CMYK | 0.40 | 0.06 | 0 | 0.03 |
| HSL | 189.8º | 0.88% | 0.78% | - |
| HSV(B) | 189.8º | 0.4% | 0.97% | - |
| XYZ | 58.38 | 70.97 | 99.43 | - |
| YUV | 209.31 | 149.83 | 85.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 232 | 248 | 0.40 | 0.06 | 0 | 0.03 | 189.8 | 0.88 | 0.78 |
| Hex | 96 | E8 | F8 | 28 | 6 | 0 | 3 | BE | 58 | 4E |
| Octal | 226 | 350 | 370 | 50 | 6 | 0 | 3 | 276 | 130 | 116 |
| Binary | 10010110 | 11101000 | 11111000 | 101000 | 110 | 0 | 11 | 10111110 | 1011000 | 1001110 |
Color Harmonies of #96E8F8
Complementary color
Monochromatic Colors of #96E8F8
Black with #96E8F8
Text Example
Text Example
White with #96E8F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96E8F8; }
p { color: rgb(150,232,248); }
H1.HeaderClassName
{
color: #96E8F8;
}
.AnyTagClassName
{
color: #96E8F8;
}
</style>
background-color css
<style>
a { background-color: #96E8F8; }
a { background-color: rgb(150,232,248); }
div.DivClassName
{
background-color: #96E8F8;
}
.BgClassName
{
background-color: #96E8F8;
}
</style>
border-color css
<style>
span { border-color: #96E8F8; }
span { border-color: rgb(150,232,248); }
td.TdClassName
{
border-color: #96E8F8;
}
.TagClassName
{
border-color: #96E8F8;
}
</style>