Shades of Blizzard Blue #90EFF0
Tints of Blizzard Blue #90EFF0
RGB
CMYK
RGB Variations
Color information
#90EFF0 (or 0x90EFF0) is known color: Blizzard Blue. HEX triplet: 90, EF and F0. RGB value is (144,239,240). Sum of RGB (Red+Green+Blue) = 144+239+240=623 (82% of max value = 765). Red value is 144 (56.64% from 255 or 23.11% from 623); Green value is 239 (93.75% from 255 or 38.36% from 623); Blue value is 240 (94.14% from 255 or 38.52% from 623); Max value from RGB is 240 - color contains mainly: blue. Hex color #90EFF0 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #90EFF0 is #6F100F. Grayscale: #D2D2D2. Windows color (decimal): -7278608 or 15789968. OLE color: 15789968.
HSL color Cylindrical-coordinate representation of color #90EFF0: hue angle of 180.62º degrees, saturation: 0.76, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #90EFF0 is Cyan = 0.4, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 144 | 239 | 240 | - |
| CMYK | 0.4 | 0.00 | 0 | 0.06 |
| HSL | 180.63º | 0.76% | 0.75% | - |
| HSV(B) | 180.63º | 0.4% | 0.94% | - |
| XYZ | 58.1 | 73.95 | 93.65 | - |
| YUV | 210.71 | 144.53 | 80.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 239 | 240 | 0.4 | 0.00 | 0 | 0.06 | 180.63 | 0.76 | 0.75 |
| Hex | 90 | EF | F0 | 28 | 0 | 0 | 6 | B5 | 4C | 4B |
| Octal | 220 | 357 | 360 | 50 | 0 | 0 | 6 | 265 | 114 | 113 |
| Binary | 10010000 | 11101111 | 11110000 | 101000 | 0 | 0 | 110 | 10110101 | 1001100 | 1001011 |
Color Harmonies of #90EFF0
Complementary color
Monochromatic Colors of #90EFF0
Black with #90EFF0
Text Example
Text Example
White with #90EFF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90EFF0; }
p { color: rgb(144,239,240); }
H1.HeaderClassName
{
color: #90EFF0;
}
.AnyTagClassName
{
color: #90EFF0;
}
</style>
background-color css
<style>
a { background-color: #90EFF0; }
a { background-color: rgb(144,239,240); }
div.DivClassName
{
background-color: #90EFF0;
}
.BgClassName
{
background-color: #90EFF0;
}
</style>
border-color css
<style>
span { border-color: #90EFF0; }
span { border-color: rgb(144,239,240); }
td.TdClassName
{
border-color: #90EFF0;
}
.TagClassName
{
border-color: #90EFF0;
}
</style>