Shades of Blizzard Blue #90EBE6
Tints of Blizzard Blue #90EBE6
RGB
CMYK
RGB Variations
Color information
#90EBE6 (or 0x90EBE6) is known color: Blizzard Blue. HEX triplet: 90, EB and E6. RGB value is (144,235,230). Sum of RGB (Red+Green+Blue) = 144+235+230=609 (80% of max value = 765). Red value is 144 (56.64% from 255 or 23.65% from 609); Green value is 235 (92.19% from 255 or 38.59% from 609); Blue value is 230 (90.23% from 255 or 37.77% from 609); Max value from RGB is 235 - color contains mainly: green. Hex color #90EBE6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #90EBE6 is #6F1419. Grayscale: #CFCFCF. Windows color (decimal): -7279642 or 15133584. OLE color: 15133584.
HSL color Cylindrical-coordinate representation of color #90EBE6: hue angle of 176.7º degrees, saturation: 0.69, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #90EBE6 is Cyan = 0.39, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 144 | 235 | 230 | - |
| CMYK | 0.39 | 0 | 0.02 | 0.08 |
| HSL | 176.7º | 0.69% | 0.74% | - |
| HSV(B) | 176.7º | 0.39% | 0.92% | - |
| XYZ | 55.49 | 71.06 | 85.65 | - |
| YUV | 207.22 | 140.85 | 82.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 235 | 230 | 0.39 | 0 | 0.02 | 0.08 | 176.7 | 0.69 | 0.74 |
| Hex | 90 | EB | E6 | 27 | 0 | 2 | 8 | B1 | 45 | 4A |
| Octal | 220 | 353 | 346 | 47 | 0 | 2 | 10 | 261 | 105 | 112 |
| Binary | 10010000 | 11101011 | 11100110 | 100111 | 0 | 10 | 1000 | 10110001 | 1000101 | 1001010 |
Color Harmonies of #90EBE6
Complementary color
Monochromatic Colors of #90EBE6
Black with #90EBE6
Text Example
Text Example
White with #90EBE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90EBE6; }
p { color: rgb(144,235,230); }
H1.HeaderClassName
{
color: #90EBE6;
}
.AnyTagClassName
{
color: #90EBE6;
}
</style>
background-color css
<style>
a { background-color: #90EBE6; }
a { background-color: rgb(144,235,230); }
div.DivClassName
{
background-color: #90EBE6;
}
.BgClassName
{
background-color: #90EBE6;
}
</style>
border-color css
<style>
span { border-color: #90EBE6; }
span { border-color: rgb(144,235,230); }
td.TdClassName
{
border-color: #90EBE6;
}
.TagClassName
{
border-color: #90EBE6;
}
</style>