Shades of Blizzard Blue #90DFF2
Tints of Blizzard Blue #90DFF2
RGB
CMYK
RGB Variations
Color information
#90DFF2 (or 0x90DFF2) is known color: Blizzard Blue. HEX triplet: 90, DF and F2. RGB value is (144,223,242). Sum of RGB (Red+Green+Blue) = 144+223+242=609 (80% of max value = 765). Red value is 144 (56.64% from 255 or 23.65% from 609); Green value is 223 (87.5% from 255 or 36.62% from 609); Blue value is 242 (94.92% from 255 or 39.74% from 609); Max value from RGB is 242 - color contains mainly: blue. Hex color #90DFF2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #90DFF2 is #6F200D. Grayscale: #C9C9C9. Windows color (decimal): -7282702 or 15916944. OLE color: 15916944.
HSL color Cylindrical-coordinate representation of color #90DFF2: hue angle of 191.63º degrees, saturation: 0.79, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #90DFF2 is Cyan = 0.40, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 144 | 223 | 242 | - |
| CMYK | 0.40 | 0.08 | 0 | 0.05 |
| HSL | 191.63º | 0.79% | 0.76% | - |
| HSV(B) | 191.63º | 0.4% | 0.95% | - |
| XYZ | 53.92 | 65.12 | 93.73 | - |
| YUV | 201.55 | 150.83 | 86.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 223 | 242 | 0.40 | 0.08 | 0 | 0.05 | 191.63 | 0.79 | 0.76 |
| Hex | 90 | DF | F2 | 28 | 8 | 0 | 5 | C0 | 4F | 4C |
| Octal | 220 | 337 | 362 | 50 | 10 | 0 | 5 | 300 | 117 | 114 |
| Binary | 10010000 | 11011111 | 11110010 | 101000 | 1000 | 0 | 101 | 11000000 | 1001111 | 1001100 |
Color Harmonies of #90DFF2
Complementary color
Monochromatic Colors of #90DFF2
Black with #90DFF2
Text Example
Text Example
White with #90DFF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90DFF2; }
p { color: rgb(144,223,242); }
H1.HeaderClassName
{
color: #90DFF2;
}
.AnyTagClassName
{
color: #90DFF2;
}
</style>
background-color css
<style>
a { background-color: #90DFF2; }
a { background-color: rgb(144,223,242); }
div.DivClassName
{
background-color: #90DFF2;
}
.BgClassName
{
background-color: #90DFF2;
}
</style>
border-color css
<style>
span { border-color: #90DFF2; }
span { border-color: rgb(144,223,242); }
td.TdClassName
{
border-color: #90DFF2;
}
.TagClassName
{
border-color: #90DFF2;
}
</style>