Shades of Blizzard Blue #90E6F0
Tints of Blizzard Blue #90E6F0
RGB
CMYK
RGB Variations
Color information
#90E6F0 (or 0x90E6F0) is known color: Blizzard Blue. HEX triplet: 90, E6 and F0. RGB value is (144,230,240). Sum of RGB (Red+Green+Blue) = 144+230+240=614 (81% of max value = 765). Red value is 144 (56.64% from 255 or 23.45% from 614); Green value is 230 (90.23% from 255 or 37.46% from 614); Blue value is 240 (94.14% from 255 or 39.09% from 614); Max value from RGB is 240 - color contains mainly: blue. Hex color #90E6F0 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #90E6F0 is #6F190F. Grayscale: #CDCDCD. Windows color (decimal): -7280912 or 15787664. OLE color: 15787664.
HSL color Cylindrical-coordinate representation of color #90E6F0: hue angle of 186.25º 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 #90E6F0 is Cyan = 0.4, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 144 | 230 | 240 | - |
| CMYK | 0.4 | 0.04 | 0 | 0.06 |
| HSL | 186.25º | 0.76% | 0.75% | - |
| HSV(B) | 186.25º | 0.4% | 0.94% | - |
| XYZ | 55.53 | 68.81 | 92.79 | - |
| YUV | 205.43 | 147.51 | 84.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 230 | 240 | 0.4 | 0.04 | 0 | 0.06 | 186.25 | 0.76 | 0.75 |
| Hex | 90 | E6 | F0 | 28 | 4 | 0 | 6 | BA | 4C | 4B |
| Octal | 220 | 346 | 360 | 50 | 4 | 0 | 6 | 272 | 114 | 113 |
| Binary | 10010000 | 11100110 | 11110000 | 101000 | 100 | 0 | 110 | 10111010 | 1001100 | 1001011 |
Color Harmonies of #90E6F0
Complementary color
Monochromatic Colors of #90E6F0
Black with #90E6F0
Text Example
Text Example
White with #90E6F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90E6F0; }
p { color: rgb(144,230,240); }
H1.HeaderClassName
{
color: #90E6F0;
}
.AnyTagClassName
{
color: #90E6F0;
}
</style>
background-color css
<style>
a { background-color: #90E6F0; }
a { background-color: rgb(144,230,240); }
div.DivClassName
{
background-color: #90E6F0;
}
.BgClassName
{
background-color: #90E6F0;
}
</style>
border-color css
<style>
span { border-color: #90E6F0; }
span { border-color: rgb(144,230,240); }
td.TdClassName
{
border-color: #90E6F0;
}
.TagClassName
{
border-color: #90E6F0;
}
</style>