Shades of Blizzard Blue #9DE1F3
Tints of Blizzard Blue #9DE1F3
RGB
CMYK
RGB Variations
Color information
#9DE1F3 (or 0x9DE1F3) is known color: Blizzard Blue. HEX triplet: 9D, E1 and F3. RGB value is (157,225,243). Sum of RGB (Red+Green+Blue) = 157+225+243=625 (82% of max value = 765). Red value is 157 (61.72% from 255 or 25.12% from 625); Green value is 225 (88.28% from 255 or 36% from 625); Blue value is 243 (95.31% from 255 or 38.88% from 625); Max value from RGB is 243 - color contains mainly: blue. Hex color #9DE1F3 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9DE1F3 is #621E0C. Grayscale: #CECECE. Windows color (decimal): -6430221 or 15983005. OLE color: 15983005.
HSL color Cylindrical-coordinate representation of color #9DE1F3: hue angle of 192.56º degrees, saturation: 0.78, 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 #9DE1F3 is Cyan = 0.35, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 157 | 225 | 243 | - |
| CMYK | 0.35 | 0.07 | 0 | 0.05 |
| HSL | 192.56º | 0.78% | 0.78% | - |
| HSV(B) | 192.56º | 0.35% | 0.95% | - |
| XYZ | 57.01 | 67.49 | 94.82 | - |
| YUV | 206.72 | 148.47 | 92.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 225 | 243 | 0.35 | 0.07 | 0 | 0.05 | 192.56 | 0.78 | 0.78 |
| Hex | 9D | E1 | F3 | 23 | 7 | 0 | 5 | C1 | 4E | 4E |
| Octal | 235 | 341 | 363 | 43 | 7 | 0 | 5 | 301 | 116 | 116 |
| Binary | 10011101 | 11100001 | 11110011 | 100011 | 111 | 0 | 101 | 11000001 | 1001110 | 1001110 |
Color Harmonies of #9DE1F3
Complementary color
Monochromatic Colors of #9DE1F3
Black with #9DE1F3
Text Example
Text Example
White with #9DE1F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DE1F3; }
p { color: rgb(157,225,243); }
H1.HeaderClassName
{
color: #9DE1F3;
}
.AnyTagClassName
{
color: #9DE1F3;
}
</style>
background-color css
<style>
a { background-color: #9DE1F3; }
a { background-color: rgb(157,225,243); }
div.DivClassName
{
background-color: #9DE1F3;
}
.BgClassName
{
background-color: #9DE1F3;
}
</style>
border-color css
<style>
span { border-color: #9DE1F3; }
span { border-color: rgb(157,225,243); }
td.TdClassName
{
border-color: #9DE1F3;
}
.TagClassName
{
border-color: #9DE1F3;
}
</style>