Shades of Blizzard Blue #98DFF2
Tints of Blizzard Blue #98DFF2
RGB
CMYK
RGB Variations
Color information
#98DFF2 (or 0x98DFF2) is known color: Blizzard Blue. HEX triplet: 98, DF and F2. RGB value is (152,223,242). Sum of RGB (Red+Green+Blue) = 152+223+242=617 (81% of max value = 765). Red value is 152 (59.77% from 255 or 24.64% from 617); Green value is 223 (87.5% from 255 or 36.14% from 617); Blue value is 242 (94.92% from 255 or 39.22% from 617); Max value from RGB is 242 - color contains mainly: blue. Hex color #98DFF2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #98DFF2 is #67200D. Grayscale: #CBCBCB. Windows color (decimal): -6758414 or 15916952. OLE color: 15916952.
HSL color Cylindrical-coordinate representation of color #98DFF2: hue angle of 192.67º degrees, saturation: 0.78, 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 #98DFF2 is Cyan = 0.37, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 152 | 223 | 242 | - |
| CMYK | 0.37 | 0.08 | 0 | 0.05 |
| HSL | 192.67º | 0.78% | 0.77% | - |
| HSV(B) | 192.67º | 0.37% | 0.95% | - |
| XYZ | 55.36 | 65.86 | 93.8 | - |
| YUV | 203.94 | 149.48 | 90.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 223 | 242 | 0.37 | 0.08 | 0 | 0.05 | 192.67 | 0.78 | 0.77 |
| Hex | 98 | DF | F2 | 25 | 8 | 0 | 5 | C1 | 4E | 4D |
| Octal | 230 | 337 | 362 | 45 | 10 | 0 | 5 | 301 | 116 | 115 |
| Binary | 10011000 | 11011111 | 11110010 | 100101 | 1000 | 0 | 101 | 11000001 | 1001110 | 1001101 |
Color Harmonies of #98DFF2
Complementary color
Monochromatic Colors of #98DFF2
Black with #98DFF2
Text Example
Text Example
White with #98DFF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98DFF2; }
p { color: rgb(152,223,242); }
H1.HeaderClassName
{
color: #98DFF2;
}
.AnyTagClassName
{
color: #98DFF2;
}
</style>
background-color css
<style>
a { background-color: #98DFF2; }
a { background-color: rgb(152,223,242); }
div.DivClassName
{
background-color: #98DFF2;
}
.BgClassName
{
background-color: #98DFF2;
}
</style>
border-color css
<style>
span { border-color: #98DFF2; }
span { border-color: rgb(152,223,242); }
td.TdClassName
{
border-color: #98DFF2;
}
.TagClassName
{
border-color: #98DFF2;
}
</style>