Shades of Blizzard Blue #90EAF5
Tints of Blizzard Blue #90EAF5
RGB
CMYK
RGB Variations
Color information
#90EAF5 (or 0x90EAF5) is known color: Blizzard Blue. HEX triplet: 90, EA and F5. RGB value is (144,234,245). Sum of RGB (Red+Green+Blue) = 144+234+245=623 (82% of max value = 765). Red value is 144 (56.64% from 255 or 23.11% from 623); Green value is 234 (91.80% from 255 or 37.56% from 623); Blue value is 245 (96.09% from 255 or 39.33% from 623); Max value from RGB is 245 - color contains mainly: blue. Hex color #90EAF5 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #90EAF5 is #6F150A. Grayscale: #D0D0D0. Windows color (decimal): -7279883 or 16116368. OLE color: 16116368.
HSL color Cylindrical-coordinate representation of color #90EAF5: hue angle of 186.53º degrees, saturation: 0.83, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #90EAF5 is Cyan = 0.41, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 144 | 234 | 245 | - |
| CMYK | 0.41 | 0.04 | 0 | 0.04 |
| HSL | 186.53º | 0.83% | 0.76% | - |
| HSV(B) | 186.53º | 0.41% | 0.96% | - |
| XYZ | 57.41 | 71.37 | 97.14 | - |
| YUV | 208.34 | 148.68 | 82.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 234 | 245 | 0.41 | 0.04 | 0 | 0.04 | 186.53 | 0.83 | 0.76 |
| Hex | 90 | EA | F5 | 29 | 4 | 0 | 4 | BB | 53 | 4C |
| Octal | 220 | 352 | 365 | 51 | 4 | 0 | 4 | 273 | 123 | 114 |
| Binary | 10010000 | 11101010 | 11110101 | 101001 | 100 | 0 | 100 | 10111011 | 1010011 | 1001100 |
Color Harmonies of #90EAF5
Complementary color
Monochromatic Colors of #90EAF5
Black with #90EAF5
Text Example
Text Example
White with #90EAF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90EAF5; }
p { color: rgb(144,234,245); }
H1.HeaderClassName
{
color: #90EAF5;
}
.AnyTagClassName
{
color: #90EAF5;
}
</style>
background-color css
<style>
a { background-color: #90EAF5; }
a { background-color: rgb(144,234,245); }
div.DivClassName
{
background-color: #90EAF5;
}
.BgClassName
{
background-color: #90EAF5;
}
</style>
border-color css
<style>
span { border-color: #90EAF5; }
span { border-color: rgb(144,234,245); }
td.TdClassName
{
border-color: #90EAF5;
}
.TagClassName
{
border-color: #90EAF5;
}
</style>