Shades of Blizzard Blue #99DFF2
Tints of Blizzard Blue #99DFF2
RGB
CMYK
RGB Variations
Color information
#99DFF2 (or 0x99DFF2) is known color: Blizzard Blue. HEX triplet: 99, DF and F2. RGB value is (153,223,242). Sum of RGB (Red+Green+Blue) = 153+223+242=618 (81% of max value = 765). Red value is 153 (60.16% from 255 or 24.76% from 618); Green value is 223 (87.5% from 255 or 36.08% from 618); Blue value is 242 (94.92% from 255 or 39.16% from 618); Max value from RGB is 242 - color contains mainly: blue. Hex color #99DFF2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #99DFF2 is #66200D. Grayscale: #CCCCCC. Windows color (decimal): -6692878 or 15916953. OLE color: 15916953.
HSL color Cylindrical-coordinate representation of color #99DFF2: hue angle of 192.81º 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 #99DFF2 is Cyan = 0.37, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 153 | 223 | 242 | - |
| CMYK | 0.37 | 0.08 | 0 | 0.05 |
| HSL | 192.81º | 0.77% | 0.77% | - |
| HSV(B) | 192.81º | 0.37% | 0.95% | - |
| XYZ | 55.55 | 65.96 | 93.81 | - |
| YUV | 204.24 | 149.31 | 91.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 223 | 242 | 0.37 | 0.08 | 0 | 0.05 | 192.81 | 0.77 | 0.77 |
| Hex | 99 | DF | F2 | 25 | 8 | 0 | 5 | C1 | 4D | 4D |
| Octal | 231 | 337 | 362 | 45 | 10 | 0 | 5 | 301 | 115 | 115 |
| Binary | 10011001 | 11011111 | 11110010 | 100101 | 1000 | 0 | 101 | 11000001 | 1001101 | 1001101 |
Color Harmonies of #99DFF2
Complementary color
Monochromatic Colors of #99DFF2
Black with #99DFF2
Text Example
Text Example
White with #99DFF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99DFF2; }
p { color: rgb(153,223,242); }
H1.HeaderClassName
{
color: #99DFF2;
}
.AnyTagClassName
{
color: #99DFF2;
}
</style>
background-color css
<style>
a { background-color: #99DFF2; }
a { background-color: rgb(153,223,242); }
div.DivClassName
{
background-color: #99DFF2;
}
.BgClassName
{
background-color: #99DFF2;
}
</style>
border-color css
<style>
span { border-color: #99DFF2; }
span { border-color: rgb(153,223,242); }
td.TdClassName
{
border-color: #99DFF2;
}
.TagClassName
{
border-color: #99DFF2;
}
</style>