Shades of Blizzard Blue #9CDFEB
Tints of Blizzard Blue #9CDFEB
RGB
CMYK
RGB Variations
Color information
#9CDFEB (or 0x9CDFEB) is known color: Blizzard Blue. HEX triplet: 9C, DF and EB. RGB value is (156,223,235). Sum of RGB (Red+Green+Blue) = 156+223+235=614 (81% of max value = 765). Red value is 156 (61.33% from 255 or 25.41% from 614); Green value is 223 (87.5% from 255 or 36.32% from 614); Blue value is 235 (92.19% from 255 or 38.27% from 614); Max value from RGB is 235 - color contains mainly: blue. Hex color #9CDFEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9CDFEB is #632014. Grayscale: #CCCCCC. Windows color (decimal): -6496277 or 15458204. OLE color: 15458204.
HSL color Cylindrical-coordinate representation of color #9CDFEB: hue angle of 189.11º degrees, saturation: 0.66, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9CDFEB is Cyan = 0.34, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 156 | 223 | 235 | - |
| CMYK | 0.34 | 0.05 | 0 | 0.08 |
| HSL | 189.11º | 0.66% | 0.77% | - |
| HSV(B) | 189.11º | 0.34% | 0.92% | - |
| XYZ | 55.09 | 65.84 | 88.4 | - |
| YUV | 204.34 | 145.3 | 93.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 223 | 235 | 0.34 | 0.05 | 0 | 0.08 | 189.11 | 0.66 | 0.77 |
| Hex | 9C | DF | EB | 22 | 5 | 0 | 8 | BD | 42 | 4D |
| Octal | 234 | 337 | 353 | 42 | 5 | 0 | 10 | 275 | 102 | 115 |
| Binary | 10011100 | 11011111 | 11101011 | 100010 | 101 | 0 | 1000 | 10111101 | 1000010 | 1001101 |
Color Harmonies of #9CDFEB
Complementary color
Monochromatic Colors of #9CDFEB
Black with #9CDFEB
Text Example
Text Example
White with #9CDFEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CDFEB; }
p { color: rgb(156,223,235); }
H1.HeaderClassName
{
color: #9CDFEB;
}
.AnyTagClassName
{
color: #9CDFEB;
}
</style>
background-color css
<style>
a { background-color: #9CDFEB; }
a { background-color: rgb(156,223,235); }
div.DivClassName
{
background-color: #9CDFEB;
}
.BgClassName
{
background-color: #9CDFEB;
}
</style>
border-color css
<style>
span { border-color: #9CDFEB; }
span { border-color: rgb(156,223,235); }
td.TdClassName
{
border-color: #9CDFEB;
}
.TagClassName
{
border-color: #9CDFEB;
}
</style>