Shades of Blizzard Blue #90EBE2
Tints of Blizzard Blue #90EBE2
RGB
CMYK
RGB Variations
Color information
#90EBE2 (or 0x90EBE2) is known color: Blizzard Blue. HEX triplet: 90, EB and E2. RGB value is (144,235,226). Sum of RGB (Red+Green+Blue) = 144+235+226=605 (80% of max value = 765). Red value is 144 (56.64% from 255 or 23.80% from 605); Green value is 235 (92.19% from 255 or 38.84% from 605); Blue value is 226 (88.67% from 255 or 37.36% from 605); Max value from RGB is 235 - color contains mainly: green. Hex color #90EBE2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #90EBE2 is #6F141D. Grayscale: #CECECE. Windows color (decimal): -7279646 or 14871440. OLE color: 14871440.
HSL color Cylindrical-coordinate representation of color #90EBE2: hue angle of 174.07º 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 #90EBE2 is Cyan = 0.39, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 144 | 235 | 226 | - |
| CMYK | 0.39 | 0 | 0.04 | 0.08 |
| HSL | 174.07º | 0.69% | 0.74% | - |
| HSV(B) | 174.07º | 0.39% | 0.92% | - |
| XYZ | 54.94 | 70.84 | 82.73 | - |
| YUV | 206.77 | 138.85 | 83.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 235 | 226 | 0.39 | 0 | 0.04 | 0.08 | 174.07 | 0.69 | 0.74 |
| Hex | 90 | EB | E2 | 27 | 0 | 4 | 8 | AE | 45 | 4A |
| Octal | 220 | 353 | 342 | 47 | 0 | 4 | 10 | 256 | 105 | 112 |
| Binary | 10010000 | 11101011 | 11100010 | 100111 | 0 | 100 | 1000 | 10101110 | 1000101 | 1001010 |
Color Harmonies of #90EBE2
Complementary color
Monochromatic Colors of #90EBE2
Black with #90EBE2
Text Example
Text Example
White with #90EBE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90EBE2; }
p { color: rgb(144,235,226); }
H1.HeaderClassName
{
color: #90EBE2;
}
.AnyTagClassName
{
color: #90EBE2;
}
</style>
background-color css
<style>
a { background-color: #90EBE2; }
a { background-color: rgb(144,235,226); }
div.DivClassName
{
background-color: #90EBE2;
}
.BgClassName
{
background-color: #90EBE2;
}
</style>
border-color css
<style>
span { border-color: #90EBE2; }
span { border-color: rgb(144,235,226); }
td.TdClassName
{
border-color: #90EBE2;
}
.TagClassName
{
border-color: #90EBE2;
}
</style>