Shades of Blizzard Blue #9CDFEC
Tints of Blizzard Blue #9CDFEC
RGB
CMYK
RGB Variations
Color information
#9CDFEC (or 0x9CDFEC) is known color: Blizzard Blue. HEX triplet: 9C, DF and EC. RGB value is (156,223,236). Sum of RGB (Red+Green+Blue) = 156+223+236=615 (81% of max value = 765). Red value is 156 (61.33% from 255 or 25.37% from 615); Green value is 223 (87.5% from 255 or 36.26% from 615); Blue value is 236 (92.58% from 255 or 38.37% from 615); Max value from RGB is 236 - color contains mainly: blue. Hex color #9CDFEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9CDFEC is #632013. Grayscale: #CCCCCC. Windows color (decimal): -6496276 or 15523740. OLE color: 15523740.
HSL color Cylindrical-coordinate representation of color #9CDFEC: hue angle of 189.75º degrees, saturation: 0.68, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9CDFEC is Cyan = 0.34, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 156 | 223 | 236 | - |
| CMYK | 0.34 | 0.06 | 0 | 0.07 |
| HSL | 189.75º | 0.68% | 0.77% | - |
| HSV(B) | 189.75º | 0.34% | 0.93% | - |
| XYZ | 55.24 | 65.9 | 89.17 | - |
| YUV | 204.45 | 145.8 | 93.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 223 | 236 | 0.34 | 0.06 | 0 | 0.07 | 189.75 | 0.68 | 0.77 |
| Hex | 9C | DF | EC | 22 | 6 | 0 | 7 | BE | 44 | 4D |
| Octal | 234 | 337 | 354 | 42 | 6 | 0 | 7 | 276 | 104 | 115 |
| Binary | 10011100 | 11011111 | 11101100 | 100010 | 110 | 0 | 111 | 10111110 | 1000100 | 1001101 |
Color Harmonies of #9CDFEC
Complementary color
Monochromatic Colors of #9CDFEC
Black with #9CDFEC
Text Example
Text Example
White with #9CDFEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CDFEC; }
p { color: rgb(156,223,236); }
H1.HeaderClassName
{
color: #9CDFEC;
}
.AnyTagClassName
{
color: #9CDFEC;
}
</style>
background-color css
<style>
a { background-color: #9CDFEC; }
a { background-color: rgb(156,223,236); }
div.DivClassName
{
background-color: #9CDFEC;
}
.BgClassName
{
background-color: #9CDFEC;
}
</style>
border-color css
<style>
span { border-color: #9CDFEC; }
span { border-color: rgb(156,223,236); }
td.TdClassName
{
border-color: #9CDFEC;
}
.TagClassName
{
border-color: #9CDFEC;
}
</style>