Shades of Blizzard Blue #9DEBF3
Tints of Blizzard Blue #9DEBF3
RGB
CMYK
RGB Variations
Color information
#9DEBF3 (or 0x9DEBF3) is known color: Blizzard Blue. HEX triplet: 9D, EB and F3. RGB value is (157,235,243). Sum of RGB (Red+Green+Blue) = 157+235+243=635 (84% of max value = 765). Red value is 157 (61.72% from 255 or 24.72% from 635); Green value is 235 (92.19% from 255 or 37.01% from 635); Blue value is 243 (95.31% from 255 or 38.27% from 635); Max value from RGB is 243 - color contains mainly: blue. Hex color #9DEBF3 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9DEBF3 is #62140C. Grayscale: #D4D4D4. Windows color (decimal): -6427661 or 15985565. OLE color: 15985565.
HSL color Cylindrical-coordinate representation of color #9DEBF3: hue angle of 185.58º 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 #9DEBF3 is Cyan = 0.35, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 157 | 235 | 243 | - |
| CMYK | 0.35 | 0.03 | 0 | 0.05 |
| HSL | 185.58º | 0.78% | 0.78% | - |
| HSV(B) | 185.58º | 0.35% | 0.95% | - |
| XYZ | 59.79 | 73.06 | 95.74 | - |
| YUV | 212.59 | 145.16 | 88.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 235 | 243 | 0.35 | 0.03 | 0 | 0.05 | 185.58 | 0.78 | 0.78 |
| Hex | 9D | EB | F3 | 23 | 3 | 0 | 5 | BA | 4E | 4E |
| Octal | 235 | 353 | 363 | 43 | 3 | 0 | 5 | 272 | 116 | 116 |
| Binary | 10011101 | 11101011 | 11110011 | 100011 | 11 | 0 | 101 | 10111010 | 1001110 | 1001110 |
Color Harmonies of #9DEBF3
Complementary color
Monochromatic Colors of #9DEBF3
Black with #9DEBF3
Text Example
Text Example
White with #9DEBF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DEBF3; }
p { color: rgb(157,235,243); }
H1.HeaderClassName
{
color: #9DEBF3;
}
.AnyTagClassName
{
color: #9DEBF3;
}
</style>
background-color css
<style>
a { background-color: #9DEBF3; }
a { background-color: rgb(157,235,243); }
div.DivClassName
{
background-color: #9DEBF3;
}
.BgClassName
{
background-color: #9DEBF3;
}
</style>
border-color css
<style>
span { border-color: #9DEBF3; }
span { border-color: rgb(157,235,243); }
td.TdClassName
{
border-color: #9DEBF3;
}
.TagClassName
{
border-color: #9DEBF3;
}
</style>