Shades of Blizzard Blue #9CDFF2
Tints of Blizzard Blue #9CDFF2
RGB
CMYK
RGB Variations
Color information
#9CDFF2 (or 0x9CDFF2) is known color: Blizzard Blue. HEX triplet: 9C, DF and F2. RGB value is (156,223,242). Sum of RGB (Red+Green+Blue) = 156+223+242=621 (82% of max value = 765). Red value is 156 (61.33% from 255 or 25.12% from 621); Green value is 223 (87.5% from 255 or 35.91% from 621); Blue value is 242 (94.92% from 255 or 38.97% from 621); Max value from RGB is 242 - color contains mainly: blue. Hex color #9CDFF2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9CDFF2 is #63200D. Grayscale: #CCCCCC. Windows color (decimal): -6496270 or 15916956. OLE color: 15916956.
HSL color Cylindrical-coordinate representation of color #9CDFF2: hue angle of 193.26º degrees, saturation: 0.77, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9CDFF2 is Cyan = 0.36, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 156 | 223 | 242 | - |
| CMYK | 0.36 | 0.08 | 0 | 0.05 |
| HSL | 193.26º | 0.77% | 0.78% | - |
| HSV(B) | 193.26º | 0.36% | 0.95% | - |
| XYZ | 56.12 | 66.25 | 93.83 | - |
| YUV | 205.13 | 148.8 | 92.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 223 | 242 | 0.36 | 0.08 | 0 | 0.05 | 193.26 | 0.77 | 0.78 |
| Hex | 9C | DF | F2 | 24 | 8 | 0 | 5 | C1 | 4D | 4E |
| Octal | 234 | 337 | 362 | 44 | 10 | 0 | 5 | 301 | 115 | 116 |
| Binary | 10011100 | 11011111 | 11110010 | 100100 | 1000 | 0 | 101 | 11000001 | 1001101 | 1001110 |
Color Harmonies of #9CDFF2
Complementary color
Monochromatic Colors of #9CDFF2
Black with #9CDFF2
Text Example
Text Example
White with #9CDFF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CDFF2; }
p { color: rgb(156,223,242); }
H1.HeaderClassName
{
color: #9CDFF2;
}
.AnyTagClassName
{
color: #9CDFF2;
}
</style>
background-color css
<style>
a { background-color: #9CDFF2; }
a { background-color: rgb(156,223,242); }
div.DivClassName
{
background-color: #9CDFF2;
}
.BgClassName
{
background-color: #9CDFF2;
}
</style>
border-color css
<style>
span { border-color: #9CDFF2; }
span { border-color: rgb(156,223,242); }
td.TdClassName
{
border-color: #9CDFF2;
}
.TagClassName
{
border-color: #9CDFF2;
}
</style>