Shades of Blizzard Blue #90DFF1
Tints of Blizzard Blue #90DFF1
RGB
CMYK
RGB Variations
Color information
#90DFF1 (or 0x90DFF1) is known color: Blizzard Blue. HEX triplet: 90, DF and F1. RGB value is (144,223,241). Sum of RGB (Red+Green+Blue) = 144+223+241=608 (80% of max value = 765). Red value is 144 (56.64% from 255 or 23.68% from 608); Green value is 223 (87.5% from 255 or 36.68% from 608); Blue value is 241 (94.53% from 255 or 39.64% from 608); Max value from RGB is 241 - color contains mainly: blue. Hex color #90DFF1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #90DFF1 is #6F200E. Grayscale: #C9C9C9. Windows color (decimal): -7282703 or 15851408. OLE color: 15851408.
HSL color Cylindrical-coordinate representation of color #90DFF1: hue angle of 191.13º degrees, saturation: 0.78, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #90DFF1 is Cyan = 0.40, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 144 | 223 | 241 | - |
| CMYK | 0.40 | 0.07 | 0 | 0.05 |
| HSL | 191.13º | 0.78% | 0.75% | - |
| HSV(B) | 191.13º | 0.4% | 0.95% | - |
| XYZ | 53.77 | 65.06 | 92.94 | - |
| YUV | 201.43 | 150.33 | 87.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 223 | 241 | 0.40 | 0.07 | 0 | 0.05 | 191.13 | 0.78 | 0.75 |
| Hex | 90 | DF | F1 | 28 | 7 | 0 | 5 | BF | 4E | 4B |
| Octal | 220 | 337 | 361 | 50 | 7 | 0 | 5 | 277 | 116 | 113 |
| Binary | 10010000 | 11011111 | 11110001 | 101000 | 111 | 0 | 101 | 10111111 | 1001110 | 1001011 |
Color Harmonies of #90DFF1
Complementary color
Monochromatic Colors of #90DFF1
Black with #90DFF1
Text Example
Text Example
White with #90DFF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90DFF1; }
p { color: rgb(144,223,241); }
H1.HeaderClassName
{
color: #90DFF1;
}
.AnyTagClassName
{
color: #90DFF1;
}
</style>
background-color css
<style>
a { background-color: #90DFF1; }
a { background-color: rgb(144,223,241); }
div.DivClassName
{
background-color: #90DFF1;
}
.BgClassName
{
background-color: #90DFF1;
}
</style>
border-color css
<style>
span { border-color: #90DFF1; }
span { border-color: rgb(144,223,241); }
td.TdClassName
{
border-color: #90DFF1;
}
.TagClassName
{
border-color: #90DFF1;
}
</style>