Shades of Blizzard Blue #9DE0F3
Tints of Blizzard Blue #9DE0F3
RGB
CMYK
RGB Variations
Color information
#9DE0F3 (or 0x9DE0F3) is known color: Blizzard Blue. HEX triplet: 9D, E0 and F3. RGB value is (157,224,243). Sum of RGB (Red+Green+Blue) = 157+224+243=624 (82% of max value = 765). Red value is 157 (61.72% from 255 or 25.16% from 624); Green value is 224 (87.89% from 255 or 35.90% from 624); Blue value is 243 (95.31% from 255 or 38.94% from 624); Max value from RGB is 243 - color contains mainly: blue. Hex color #9DE0F3 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9DE0F3 is #621F0C. Grayscale: #CDCDCD. Windows color (decimal): -6430477 or 15982749. OLE color: 15982749.
HSL color Cylindrical-coordinate representation of color #9DE0F3: hue angle of 193.26º 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 #9DE0F3 is Cyan = 0.35, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 157 | 224 | 243 | - |
| CMYK | 0.35 | 0.08 | 0 | 0.05 |
| HSL | 193.26º | 0.78% | 0.78% | - |
| HSV(B) | 193.26º | 0.35% | 0.95% | - |
| XYZ | 56.74 | 66.95 | 94.73 | - |
| YUV | 206.13 | 148.8 | 92.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 224 | 243 | 0.35 | 0.08 | 0 | 0.05 | 193.26 | 0.78 | 0.78 |
| Hex | 9D | E0 | F3 | 23 | 8 | 0 | 5 | C1 | 4E | 4E |
| Octal | 235 | 340 | 363 | 43 | 10 | 0 | 5 | 301 | 116 | 116 |
| Binary | 10011101 | 11100000 | 11110011 | 100011 | 1000 | 0 | 101 | 11000001 | 1001110 | 1001110 |
Color Harmonies of #9DE0F3
Complementary color
Monochromatic Colors of #9DE0F3
Black with #9DE0F3
Text Example
Text Example
White with #9DE0F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DE0F3; }
p { color: rgb(157,224,243); }
H1.HeaderClassName
{
color: #9DE0F3;
}
.AnyTagClassName
{
color: #9DE0F3;
}
</style>
background-color css
<style>
a { background-color: #9DE0F3; }
a { background-color: rgb(157,224,243); }
div.DivClassName
{
background-color: #9DE0F3;
}
.BgClassName
{
background-color: #9DE0F3;
}
</style>
border-color css
<style>
span { border-color: #9DE0F3; }
span { border-color: rgb(157,224,243); }
td.TdClassName
{
border-color: #9DE0F3;
}
.TagClassName
{
border-color: #9DE0F3;
}
</style>