Shades of Blizzard Blue #90DFE7
Tints of Blizzard Blue #90DFE7
RGB
CMYK
RGB Variations
Color information
#90DFE7 (or 0x90DFE7) is known color: Blizzard Blue. HEX triplet: 90, DF and E7. RGB value is (144,223,231). Sum of RGB (Red+Green+Blue) = 144+223+231=598 (79% of max value = 765). Red value is 144 (56.64% from 255 or 24.08% from 598); Green value is 223 (87.5% from 255 or 37.29% from 598); Blue value is 231 (90.62% from 255 or 38.63% from 598); Max value from RGB is 231 - color contains mainly: blue. Hex color #90DFE7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #90DFE7 is #6F2018. Grayscale: #C8C8C8. Windows color (decimal): -7282713 or 15196048. OLE color: 15196048.
HSL color Cylindrical-coordinate representation of color #90DFE7: hue angle of 185.52º degrees, saturation: 0.64, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #90DFE7 is Cyan = 0.38, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 144 | 223 | 231 | - |
| CMYK | 0.38 | 0.03 | 0 | 0.09 |
| HSL | 185.52º | 0.64% | 0.74% | - |
| HSV(B) | 185.52º | 0.38% | 0.91% | - |
| XYZ | 52.31 | 64.47 | 85.29 | - |
| YUV | 200.29 | 145.33 | 87.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 223 | 231 | 0.38 | 0.03 | 0 | 0.09 | 185.52 | 0.64 | 0.74 |
| Hex | 90 | DF | E7 | 26 | 3 | 0 | 9 | BA | 40 | 4A |
| Octal | 220 | 337 | 347 | 46 | 3 | 0 | 11 | 272 | 100 | 112 |
| Binary | 10010000 | 11011111 | 11100111 | 100110 | 11 | 0 | 1001 | 10111010 | 1000000 | 1001010 |
Color Harmonies of #90DFE7
Complementary color
Monochromatic Colors of #90DFE7
Black with #90DFE7
Text Example
Text Example
White with #90DFE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90DFE7; }
p { color: rgb(144,223,231); }
H1.HeaderClassName
{
color: #90DFE7;
}
.AnyTagClassName
{
color: #90DFE7;
}
</style>
background-color css
<style>
a { background-color: #90DFE7; }
a { background-color: rgb(144,223,231); }
div.DivClassName
{
background-color: #90DFE7;
}
.BgClassName
{
background-color: #90DFE7;
}
</style>
border-color css
<style>
span { border-color: #90DFE7; }
span { border-color: rgb(144,223,231); }
td.TdClassName
{
border-color: #90DFE7;
}
.TagClassName
{
border-color: #90DFE7;
}
</style>