Shades of Blizzard Blue #99EFF2
Tints of Blizzard Blue #99EFF2
RGB
CMYK
RGB Variations
Color information
#99EFF2 (or 0x99EFF2) is known color: Blizzard Blue. HEX triplet: 99, EF and F2. RGB value is (153,239,242). Sum of RGB (Red+Green+Blue) = 153+239+242=634 (83% of max value = 765). Red value is 153 (60.16% from 255 or 24.13% from 634); Green value is 239 (93.75% from 255 or 37.70% from 634); Blue value is 242 (94.92% from 255 or 38.17% from 634); Max value from RGB is 242 - color contains mainly: blue. Hex color #99EFF2 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #99EFF2 is #66100D. Grayscale: #D5D5D5. Windows color (decimal): -6688782 or 15921049. OLE color: 15921049.
HSL color Cylindrical-coordinate representation of color #99EFF2: hue angle of 182.02º degrees, saturation: 0.77, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #99EFF2 is Cyan = 0.37, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 153 | 239 | 242 | - |
| CMYK | 0.37 | 0.01 | 0 | 0.05 |
| HSL | 182.02º | 0.77% | 0.77% | - |
| HSV(B) | 182.02º | 0.37% | 0.95% | - |
| XYZ | 60.03 | 74.92 | 95.3 | - |
| YUV | 213.63 | 144.01 | 84.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 239 | 242 | 0.37 | 0.01 | 0 | 0.05 | 182.02 | 0.77 | 0.77 |
| Hex | 99 | EF | F2 | 25 | 1 | 0 | 5 | B6 | 4D | 4D |
| Octal | 231 | 357 | 362 | 45 | 1 | 0 | 5 | 266 | 115 | 115 |
| Binary | 10011001 | 11101111 | 11110010 | 100101 | 1 | 0 | 101 | 10110110 | 1001101 | 1001101 |
Color Harmonies of #99EFF2
Complementary color
Monochromatic Colors of #99EFF2
Black with #99EFF2
Text Example
Text Example
White with #99EFF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99EFF2; }
p { color: rgb(153,239,242); }
H1.HeaderClassName
{
color: #99EFF2;
}
.AnyTagClassName
{
color: #99EFF2;
}
</style>
background-color css
<style>
a { background-color: #99EFF2; }
a { background-color: rgb(153,239,242); }
div.DivClassName
{
background-color: #99EFF2;
}
.BgClassName
{
background-color: #99EFF2;
}
</style>
border-color css
<style>
span { border-color: #99EFF2; }
span { border-color: rgb(153,239,242); }
td.TdClassName
{
border-color: #99EFF2;
}
.TagClassName
{
border-color: #99EFF2;
}
</style>