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