Shades of Blizzard Blue #96F2F3
Tints of Blizzard Blue #96F2F3
RGB
CMYK
RGB Variations
Color information
#96F2F3 (or 0x96F2F3) is known color: Blizzard Blue. HEX triplet: 96, F2 and F3. RGB value is (150,242,243). Sum of RGB (Red+Green+Blue) = 150+242+243=635 (84% of max value = 765). Red value is 150 (58.98% from 255 or 23.62% from 635); Green value is 242 (94.92% from 255 or 38.11% from 635); Blue value is 243 (95.31% from 255 or 38.27% from 635); Max value from RGB is 243 - color contains mainly: blue. Hex color #96F2F3 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #96F2F3 is #690D0C. Grayscale: #D6D6D6. Windows color (decimal): -6884621 or 15987350. OLE color: 15987350.
HSL color Cylindrical-coordinate representation of color #96F2F3: hue angle of 180.65º degrees, saturation: 0.79, 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 #96F2F3 is Cyan = 0.38, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 150 | 242 | 243 | - |
| CMYK | 0.38 | 0.00 | 0 | 0.05 |
| HSL | 180.65º | 0.79% | 0.77% | - |
| HSV(B) | 180.65º | 0.38% | 0.95% | - |
| XYZ | 60.51 | 76.46 | 96.36 | - |
| YUV | 214.61 | 144.02 | 81.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 242 | 243 | 0.38 | 0.00 | 0 | 0.05 | 180.65 | 0.79 | 0.77 |
| Hex | 96 | F2 | F3 | 26 | 0 | 0 | 5 | B5 | 4F | 4D |
| Octal | 226 | 362 | 363 | 46 | 0 | 0 | 5 | 265 | 117 | 115 |
| Binary | 10010110 | 11110010 | 11110011 | 100110 | 0 | 0 | 101 | 10110101 | 1001111 | 1001101 |
Color Harmonies of #96F2F3
Complementary color
Monochromatic Colors of #96F2F3
Black with #96F2F3
Text Example
Text Example
White with #96F2F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96F2F3; }
p { color: rgb(150,242,243); }
H1.HeaderClassName
{
color: #96F2F3;
}
.AnyTagClassName
{
color: #96F2F3;
}
</style>
background-color css
<style>
a { background-color: #96F2F3; }
a { background-color: rgb(150,242,243); }
div.DivClassName
{
background-color: #96F2F3;
}
.BgClassName
{
background-color: #96F2F3;
}
</style>
border-color css
<style>
span { border-color: #96F2F3; }
span { border-color: rgb(150,242,243); }
td.TdClassName
{
border-color: #96F2F3;
}
.TagClassName
{
border-color: #96F2F3;
}
</style>