Shades of Blizzard Blue #9FE2ED
Tints of Blizzard Blue #9FE2ED
RGB
CMYK
RGB Variations
Color information
#9FE2ED (or 0x9FE2ED) is known color: Blizzard Blue. HEX triplet: 9F, E2 and ED. RGB value is (159,226,237). Sum of RGB (Red+Green+Blue) = 159+226+237=622 (82% of max value = 765). Red value is 159 (62.5% from 255 or 25.56% from 622); Green value is 226 (88.67% from 255 or 36.33% from 622); Blue value is 237 (92.97% from 255 or 38.10% from 622); Max value from RGB is 237 - color contains mainly: blue. Hex color #9FE2ED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9FE2ED is #601D12. Grayscale: #CFCFCF. Windows color (decimal): -6298899 or 15590047. OLE color: 15590047.
HSL color Cylindrical-coordinate representation of color #9FE2ED: hue angle of 188.46º degrees, saturation: 0.68, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9FE2ED is Cyan = 0.33, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 159 | 226 | 237 | - |
| CMYK | 0.33 | 0.05 | 0 | 0.07 |
| HSL | 188.46º | 0.68% | 0.78% | - |
| HSV(B) | 188.46º | 0.33% | 0.93% | - |
| XYZ | 56.78 | 67.88 | 90.23 | - |
| YUV | 207.22 | 144.8 | 93.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 226 | 237 | 0.33 | 0.05 | 0 | 0.07 | 188.46 | 0.68 | 0.78 |
| Hex | 9F | E2 | ED | 21 | 5 | 0 | 7 | BC | 44 | 4E |
| Octal | 237 | 342 | 355 | 41 | 5 | 0 | 7 | 274 | 104 | 116 |
| Binary | 10011111 | 11100010 | 11101101 | 100001 | 101 | 0 | 111 | 10111100 | 1000100 | 1001110 |
Color Harmonies of #9FE2ED
Complementary color
Monochromatic Colors of #9FE2ED
Black with #9FE2ED
Text Example
Text Example
White with #9FE2ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FE2ED; }
p { color: rgb(159,226,237); }
H1.HeaderClassName
{
color: #9FE2ED;
}
.AnyTagClassName
{
color: #9FE2ED;
}
</style>
background-color css
<style>
a { background-color: #9FE2ED; }
a { background-color: rgb(159,226,237); }
div.DivClassName
{
background-color: #9FE2ED;
}
.BgClassName
{
background-color: #9FE2ED;
}
</style>
border-color css
<style>
span { border-color: #9FE2ED; }
span { border-color: rgb(159,226,237); }
td.TdClassName
{
border-color: #9FE2ED;
}
.TagClassName
{
border-color: #9FE2ED;
}
</style>