Shades of Blizzard Blue #9DE3F1
Tints of Blizzard Blue #9DE3F1
RGB
CMYK
RGB Variations
Color information
#9DE3F1 (or 0x9DE3F1) is known color: Blizzard Blue. HEX triplet: 9D, E3 and F1. RGB value is (157,227,241). Sum of RGB (Red+Green+Blue) = 157+227+241=625 (82% of max value = 765). Red value is 157 (61.72% from 255 or 25.12% from 625); Green value is 227 (89.06% from 255 or 36.32% from 625); Blue value is 241 (94.53% from 255 or 38.56% from 625); Max value from RGB is 241 - color contains mainly: blue. Hex color #9DE3F1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9DE3F1 is #621C0E. Grayscale: #CFCFCF. Windows color (decimal): -6429711 or 15852445. OLE color: 15852445.
HSL color Cylindrical-coordinate representation of color #9DE3F1: hue angle of 190º degrees, saturation: 0.75, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9DE3F1 is Cyan = 0.35, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 157 | 227 | 241 | - |
| CMYK | 0.35 | 0.06 | 0 | 0.05 |
| HSL | 190º | 0.75% | 0.78% | - |
| HSV(B) | 190º | 0.35% | 0.95% | - |
| XYZ | 57.25 | 68.46 | 93.42 | - |
| YUV | 207.67 | 146.81 | 91.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 227 | 241 | 0.35 | 0.06 | 0 | 0.05 | 190 | 0.75 | 0.78 |
| Hex | 9D | E3 | F1 | 23 | 6 | 0 | 5 | BE | 4B | 4E |
| Octal | 235 | 343 | 361 | 43 | 6 | 0 | 5 | 276 | 113 | 116 |
| Binary | 10011101 | 11100011 | 11110001 | 100011 | 110 | 0 | 101 | 10111110 | 1001011 | 1001110 |
Color Harmonies of #9DE3F1
Complementary color
Monochromatic Colors of #9DE3F1
Black with #9DE3F1
Text Example
Text Example
White with #9DE3F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DE3F1; }
p { color: rgb(157,227,241); }
H1.HeaderClassName
{
color: #9DE3F1;
}
.AnyTagClassName
{
color: #9DE3F1;
}
</style>
background-color css
<style>
a { background-color: #9DE3F1; }
a { background-color: rgb(157,227,241); }
div.DivClassName
{
background-color: #9DE3F1;
}
.BgClassName
{
background-color: #9DE3F1;
}
</style>
border-color css
<style>
span { border-color: #9DE3F1; }
span { border-color: rgb(157,227,241); }
td.TdClassName
{
border-color: #9DE3F1;
}
.TagClassName
{
border-color: #9DE3F1;
}
</style>