Shades of Blizzard Blue #90E8F8
Tints of Blizzard Blue #90E8F8
RGB
CMYK
RGB Variations
Color information
#90E8F8 (or 0x90E8F8) is known color: Blizzard Blue. HEX triplet: 90, E8 and F8. RGB value is (144,232,248). Sum of RGB (Red+Green+Blue) = 144+232+248=624 (82% of max value = 765). Red value is 144 (56.64% from 255 or 23.08% from 624); Green value is 232 (91.02% from 255 or 37.18% from 624); Blue value is 248 (97.27% from 255 or 39.74% from 624); Max value from RGB is 248 - color contains mainly: blue. Hex color #90E8F8 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #90E8F8 is #6F1707. Grayscale: #CFCFCF. Windows color (decimal): -7280392 or 16312464. OLE color: 16312464.
HSL color Cylindrical-coordinate representation of color #90E8F8: hue angle of 189.23º 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 #90E8F8 is Cyan = 0.42, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 144 | 232 | 248 | - |
| CMYK | 0.42 | 0.06 | 0 | 0.03 |
| HSL | 189.23º | 0.88% | 0.77% | - |
| HSV(B) | 189.23º | 0.42% | 0.97% | - |
| XYZ | 57.3 | 70.42 | 99.38 | - |
| YUV | 207.51 | 150.85 | 82.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 232 | 248 | 0.42 | 0.06 | 0 | 0.03 | 189.23 | 0.88 | 0.77 |
| Hex | 90 | E8 | F8 | 2A | 6 | 0 | 3 | BD | 58 | 4D |
| Octal | 220 | 350 | 370 | 52 | 6 | 0 | 3 | 275 | 130 | 115 |
| Binary | 10010000 | 11101000 | 11111000 | 101010 | 110 | 0 | 11 | 10111101 | 1011000 | 1001101 |
Color Harmonies of #90E8F8
Complementary color
Monochromatic Colors of #90E8F8
Black with #90E8F8
Text Example
Text Example
White with #90E8F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90E8F8; }
p { color: rgb(144,232,248); }
H1.HeaderClassName
{
color: #90E8F8;
}
.AnyTagClassName
{
color: #90E8F8;
}
</style>
background-color css
<style>
a { background-color: #90E8F8; }
a { background-color: rgb(144,232,248); }
div.DivClassName
{
background-color: #90E8F8;
}
.BgClassName
{
background-color: #90E8F8;
}
</style>
border-color css
<style>
span { border-color: #90E8F8; }
span { border-color: rgb(144,232,248); }
td.TdClassName
{
border-color: #90E8F8;
}
.TagClassName
{
border-color: #90E8F8;
}
</style>