Shades of Blizzard Blue #90F1ED
Tints of Blizzard Blue #90F1ED
RGB
CMYK
RGB Variations
Color information
#90F1ED (or 0x90F1ED) is known color: Blizzard Blue. HEX triplet: 90, F1 and ED. RGB value is (144,241,237). Sum of RGB (Red+Green+Blue) = 144+241+237=622 (82% of max value = 765). Red value is 144 (56.64% from 255 or 23.15% from 622); Green value is 241 (94.53% from 255 or 38.75% from 622); Blue value is 237 (92.97% from 255 or 38.10% from 622); Max value from RGB is 241 - color contains mainly: green. Hex color #90F1ED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #90F1ED is #6F0E12. Grayscale: #D3D3D3. Windows color (decimal): -7278099 or 15593872. OLE color: 15593872.
HSL color Cylindrical-coordinate representation of color #90F1ED: hue angle of 177.53º degrees, saturation: 0.78, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #90F1ED is Cyan = 0.40, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 144 | 241 | 237 | - |
| CMYK | 0.40 | 0 | 0.02 | 0.05 |
| HSL | 177.53º | 0.78% | 0.75% | - |
| HSV(B) | 177.53º | 0.4% | 0.95% | - |
| XYZ | 58.24 | 74.95 | 91.52 | - |
| YUV | 211.54 | 142.36 | 79.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 241 | 237 | 0.40 | 0 | 0.02 | 0.05 | 177.53 | 0.78 | 0.75 |
| Hex | 90 | F1 | ED | 28 | 0 | 2 | 5 | B2 | 4E | 4B |
| Octal | 220 | 361 | 355 | 50 | 0 | 2 | 5 | 262 | 116 | 113 |
| Binary | 10010000 | 11110001 | 11101101 | 101000 | 0 | 10 | 101 | 10110010 | 1001110 | 1001011 |
Color Harmonies of #90F1ED
Complementary color
Monochromatic Colors of #90F1ED
Black with #90F1ED
Text Example
Text Example
White with #90F1ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90F1ED; }
p { color: rgb(144,241,237); }
H1.HeaderClassName
{
color: #90F1ED;
}
.AnyTagClassName
{
color: #90F1ED;
}
</style>
background-color css
<style>
a { background-color: #90F1ED; }
a { background-color: rgb(144,241,237); }
div.DivClassName
{
background-color: #90F1ED;
}
.BgClassName
{
background-color: #90F1ED;
}
</style>
border-color css
<style>
span { border-color: #90F1ED; }
span { border-color: rgb(144,241,237); }
td.TdClassName
{
border-color: #90F1ED;
}
.TagClassName
{
border-color: #90F1ED;
}
</style>