Shades of Blizzard Blue #96F1FA
Tints of Blizzard Blue #96F1FA
RGB
CMYK
RGB Variations
Color information
#96F1FA (or 0x96F1FA) is known color: Blizzard Blue. HEX triplet: 96, F1 and FA. RGB value is (150,241,250). Sum of RGB (Red+Green+Blue) = 150+241+250=641 (84% of max value = 765). Red value is 150 (58.98% from 255 or 23.40% from 641); Green value is 241 (94.53% from 255 or 37.60% from 641); Blue value is 250 (98.05% from 255 or 39.00% from 641); Max value from RGB is 250 - color contains mainly: blue. Hex color #96F1FA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #96F1FA is #690E05. Grayscale: #D6D6D6. Windows color (decimal): -6884870 or 16445846. OLE color: 16445846.
HSL color Cylindrical-coordinate representation of color #96F1FA: hue angle of 185.4º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #96F1FA is Cyan = 0.4, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 150 | 241 | 250 | - |
| CMYK | 0.4 | 0.04 | 0 | 0.02 |
| HSL | 185.4º | 0.91% | 0.78% | - |
| HSV(B) | 185.4º | 0.4% | 0.98% | - |
| XYZ | 61.29 | 76.3 | 101.94 | - |
| YUV | 214.82 | 147.85 | 81.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 241 | 250 | 0.4 | 0.04 | 0 | 0.02 | 185.4 | 0.91 | 0.78 |
| Hex | 96 | F1 | FA | 28 | 4 | 0 | 2 | B9 | 5B | 4E |
| Octal | 226 | 361 | 372 | 50 | 4 | 0 | 2 | 271 | 133 | 116 |
| Binary | 10010110 | 11110001 | 11111010 | 101000 | 100 | 0 | 10 | 10111001 | 1011011 | 1001110 |
Color Harmonies of #96F1FA
Complementary color
Monochromatic Colors of #96F1FA
Black with #96F1FA
Text Example
Text Example
White with #96F1FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96F1FA; }
p { color: rgb(150,241,250); }
H1.HeaderClassName
{
color: #96F1FA;
}
.AnyTagClassName
{
color: #96F1FA;
}
</style>
background-color css
<style>
a { background-color: #96F1FA; }
a { background-color: rgb(150,241,250); }
div.DivClassName
{
background-color: #96F1FA;
}
.BgClassName
{
background-color: #96F1FA;
}
</style>
border-color css
<style>
span { border-color: #96F1FA; }
span { border-color: rgb(150,241,250); }
td.TdClassName
{
border-color: #96F1FA;
}
.TagClassName
{
border-color: #96F1FA;
}
</style>