Shades of Blizzard Blue #90EBEF
Tints of Blizzard Blue #90EBEF
RGB
CMYK
RGB Variations
Color information
#90EBEF (or 0x90EBEF) is known color: Blizzard Blue. HEX triplet: 90, EB and EF. RGB value is (144,235,239). Sum of RGB (Red+Green+Blue) = 144+235+239=618 (81% of max value = 765). Red value is 144 (56.64% from 255 or 23.30% from 618); Green value is 235 (92.19% from 255 or 38.03% from 618); Blue value is 239 (93.75% from 255 or 38.67% from 618); Max value from RGB is 239 - color contains mainly: blue. Hex color #90EBEF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #90EBEF is #6F1410. Grayscale: #D0D0D0. Windows color (decimal): -7279633 or 15723408. OLE color: 15723408.
HSL color Cylindrical-coordinate representation of color #90EBEF: hue angle of 182.53º 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 #90EBEF is Cyan = 0.40, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 144 | 235 | 239 | - |
| CMYK | 0.40 | 0.02 | 0 | 0.06 |
| HSL | 182.53º | 0.75% | 0.75% | - |
| HSV(B) | 182.53º | 0.4% | 0.94% | - |
| XYZ | 56.79 | 71.58 | 92.48 | - |
| YUV | 208.25 | 145.35 | 82.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 235 | 239 | 0.40 | 0.02 | 0 | 0.06 | 182.53 | 0.75 | 0.75 |
| Hex | 90 | EB | EF | 28 | 2 | 0 | 6 | B7 | 4B | 4B |
| Octal | 220 | 353 | 357 | 50 | 2 | 0 | 6 | 267 | 113 | 113 |
| Binary | 10010000 | 11101011 | 11101111 | 101000 | 10 | 0 | 110 | 10110111 | 1001011 | 1001011 |
Color Harmonies of #90EBEF
Complementary color
Monochromatic Colors of #90EBEF
Black with #90EBEF
Text Example
Text Example
White with #90EBEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90EBEF; }
p { color: rgb(144,235,239); }
H1.HeaderClassName
{
color: #90EBEF;
}
.AnyTagClassName
{
color: #90EBEF;
}
</style>
background-color css
<style>
a { background-color: #90EBEF; }
a { background-color: rgb(144,235,239); }
div.DivClassName
{
background-color: #90EBEF;
}
.BgClassName
{
background-color: #90EBEF;
}
</style>
border-color css
<style>
span { border-color: #90EBEF; }
span { border-color: rgb(144,235,239); }
td.TdClassName
{
border-color: #90EBEF;
}
.TagClassName
{
border-color: #90EBEF;
}
</style>