Shades of Blizzard Blue #96EFF1
Tints of Blizzard Blue #96EFF1
RGB
CMYK
RGB Variations
Color information
#96EFF1 (or 0x96EFF1) is known color: Blizzard Blue. HEX triplet: 96, EF and F1. RGB value is (150,239,241). Sum of RGB (Red+Green+Blue) = 150+239+241=630 (83% of max value = 765). Red value is 150 (58.98% from 255 or 23.81% from 630); Green value is 239 (93.75% from 255 or 37.94% from 630); Blue value is 241 (94.53% from 255 or 38.25% from 630); Max value from RGB is 241 - color contains mainly: blue. Hex color #96EFF1 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #96EFF1 is #69100E. Grayscale: #D4D4D4. Windows color (decimal): -6885391 or 15855510. OLE color: 15855510.
HSL color Cylindrical-coordinate representation of color #96EFF1: hue angle of 181.32º degrees, saturation: 0.76, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #96EFF1 is Cyan = 0.38, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 150 | 239 | 241 | - |
| CMYK | 0.38 | 0.01 | 0 | 0.05 |
| HSL | 181.32º | 0.76% | 0.77% | - |
| HSV(B) | 181.32º | 0.38% | 0.95% | - |
| XYZ | 59.32 | 74.57 | 94.49 | - |
| YUV | 212.62 | 144.01 | 83.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 239 | 241 | 0.38 | 0.01 | 0 | 0.05 | 181.32 | 0.76 | 0.77 |
| Hex | 96 | EF | F1 | 26 | 1 | 0 | 5 | B5 | 4C | 4D |
| Octal | 226 | 357 | 361 | 46 | 1 | 0 | 5 | 265 | 114 | 115 |
| Binary | 10010110 | 11101111 | 11110001 | 100110 | 1 | 0 | 101 | 10110101 | 1001100 | 1001101 |
Color Harmonies of #96EFF1
Complementary color
Monochromatic Colors of #96EFF1
Black with #96EFF1
Text Example
Text Example
White with #96EFF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96EFF1; }
p { color: rgb(150,239,241); }
H1.HeaderClassName
{
color: #96EFF1;
}
.AnyTagClassName
{
color: #96EFF1;
}
</style>
background-color css
<style>
a { background-color: #96EFF1; }
a { background-color: rgb(150,239,241); }
div.DivClassName
{
background-color: #96EFF1;
}
.BgClassName
{
background-color: #96EFF1;
}
</style>
border-color css
<style>
span { border-color: #96EFF1; }
span { border-color: rgb(150,239,241); }
td.TdClassName
{
border-color: #96EFF1;
}
.TagClassName
{
border-color: #96EFF1;
}
</style>