Shades of Blizzard Blue #90E6EF
Tints of Blizzard Blue #90E6EF
RGB
CMYK
RGB Variations
Color information
#90E6EF (or 0x90E6EF) is known color: Blizzard Blue. HEX triplet: 90, E6 and EF. RGB value is (144,230,239). Sum of RGB (Red+Green+Blue) = 144+230+239=613 (81% of max value = 765). Red value is 144 (56.64% from 255 or 23.49% from 613); Green value is 230 (90.23% from 255 or 37.52% from 613); Blue value is 239 (93.75% from 255 or 38.99% from 613); Max value from RGB is 239 - color contains mainly: blue. Hex color #90E6EF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #90E6EF is #6F1910. Grayscale: #CDCDCD. Windows color (decimal): -7280913 or 15722128. OLE color: 15722128.
HSL color Cylindrical-coordinate representation of color #90E6EF: hue angle of 185.68º degrees, saturation: 0.75, 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 #90E6EF is Cyan = 0.40, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 144 | 230 | 239 | - |
| CMYK | 0.40 | 0.04 | 0 | 0.06 |
| HSL | 185.68º | 0.75% | 0.75% | - |
| HSV(B) | 185.68º | 0.4% | 0.94% | - |
| XYZ | 55.38 | 68.75 | 92.01 | - |
| YUV | 205.31 | 147.01 | 84.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 230 | 239 | 0.40 | 0.04 | 0 | 0.06 | 185.68 | 0.75 | 0.75 |
| Hex | 90 | E6 | EF | 28 | 4 | 0 | 6 | BA | 4B | 4B |
| Octal | 220 | 346 | 357 | 50 | 4 | 0 | 6 | 272 | 113 | 113 |
| Binary | 10010000 | 11100110 | 11101111 | 101000 | 100 | 0 | 110 | 10111010 | 1001011 | 1001011 |
Color Harmonies of #90E6EF
Complementary color
Monochromatic Colors of #90E6EF
Black with #90E6EF
Text Example
Text Example
White with #90E6EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90E6EF; }
p { color: rgb(144,230,239); }
H1.HeaderClassName
{
color: #90E6EF;
}
.AnyTagClassName
{
color: #90E6EF;
}
</style>
background-color css
<style>
a { background-color: #90E6EF; }
a { background-color: rgb(144,230,239); }
div.DivClassName
{
background-color: #90E6EF;
}
.BgClassName
{
background-color: #90E6EF;
}
</style>
border-color css
<style>
span { border-color: #90E6EF; }
span { border-color: rgb(144,230,239); }
td.TdClassName
{
border-color: #90E6EF;
}
.TagClassName
{
border-color: #90E6EF;
}
</style>