Shades of Blizzard Blue #90E9F8
Tints of Blizzard Blue #90E9F8
RGB
CMYK
RGB Variations
Color information
#90E9F8 (or 0x90E9F8) is known color: Blizzard Blue. HEX triplet: 90, E9 and F8. RGB value is (144,233,248). Sum of RGB (Red+Green+Blue) = 144+233+248=625 (82% of max value = 765). Red value is 144 (56.64% from 255 or 23.04% from 625); Green value is 233 (91.41% from 255 or 37.28% from 625); Blue value is 248 (97.27% from 255 or 39.68% from 625); Max value from RGB is 248 - color contains mainly: blue. Hex color #90E9F8 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #90E9F8 is #6F1607. Grayscale: #CFCFCF. Windows color (decimal): -7280136 or 16312720. OLE color: 16312720.
HSL color Cylindrical-coordinate representation of color #90E9F8: hue angle of 188.65º degrees, saturation: 0.88, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #90E9F8 is Cyan = 0.42, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 144 | 233 | 248 | - |
| CMYK | 0.42 | 0.06 | 0 | 0.03 |
| HSL | 188.65º | 0.88% | 0.77% | - |
| HSV(B) | 188.65º | 0.42% | 0.97% | - |
| XYZ | 57.58 | 70.98 | 99.47 | - |
| YUV | 208.1 | 150.51 | 82.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 233 | 248 | 0.42 | 0.06 | 0 | 0.03 | 188.65 | 0.88 | 0.77 |
| Hex | 90 | E9 | F8 | 2A | 6 | 0 | 3 | BD | 58 | 4D |
| Octal | 220 | 351 | 370 | 52 | 6 | 0 | 3 | 275 | 130 | 115 |
| Binary | 10010000 | 11101001 | 11111000 | 101010 | 110 | 0 | 11 | 10111101 | 1011000 | 1001101 |
Color Harmonies of #90E9F8
Complementary color
Monochromatic Colors of #90E9F8
Black with #90E9F8
Text Example
Text Example
White with #90E9F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90E9F8; }
p { color: rgb(144,233,248); }
H1.HeaderClassName
{
color: #90E9F8;
}
.AnyTagClassName
{
color: #90E9F8;
}
</style>
background-color css
<style>
a { background-color: #90E9F8; }
a { background-color: rgb(144,233,248); }
div.DivClassName
{
background-color: #90E9F8;
}
.BgClassName
{
background-color: #90E9F8;
}
</style>
border-color css
<style>
span { border-color: #90E9F8; }
span { border-color: rgb(144,233,248); }
td.TdClassName
{
border-color: #90E9F8;
}
.TagClassName
{
border-color: #90E9F8;
}
</style>