Shades of Blizzard Blue #9CEFF2
Tints of Blizzard Blue #9CEFF2
RGB
CMYK
RGB Variations
Color information
#9CEFF2 (or 0x9CEFF2) is known color: Blizzard Blue. HEX triplet: 9C, EF and F2. RGB value is (156,239,242). Sum of RGB (Red+Green+Blue) = 156+239+242=637 (84% of max value = 765). Red value is 156 (61.33% from 255 or 24.49% from 637); Green value is 239 (93.75% from 255 or 37.52% from 637); Blue value is 242 (94.92% from 255 or 37.99% from 637); Max value from RGB is 242 - color contains mainly: blue. Hex color #9CEFF2 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9CEFF2 is #63100D. Grayscale: #D6D6D6. Windows color (decimal): -6492174 or 15921052. OLE color: 15921052.
HSL color Cylindrical-coordinate representation of color #9CEFF2: hue angle of 182.09º 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 #9CEFF2 is Cyan = 0.36, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 156 | 239 | 242 | - |
| CMYK | 0.36 | 0.01 | 0 | 0.05 |
| HSL | 182.09º | 0.77% | 0.78% | - |
| HSV(B) | 182.09º | 0.36% | 0.95% | - |
| XYZ | 60.6 | 75.21 | 95.33 | - |
| YUV | 214.53 | 143.5 | 86.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 239 | 242 | 0.36 | 0.01 | 0 | 0.05 | 182.09 | 0.77 | 0.78 |
| Hex | 9C | EF | F2 | 24 | 1 | 0 | 5 | B6 | 4D | 4E |
| Octal | 234 | 357 | 362 | 44 | 1 | 0 | 5 | 266 | 115 | 116 |
| Binary | 10011100 | 11101111 | 11110010 | 100100 | 1 | 0 | 101 | 10110110 | 1001101 | 1001110 |
Color Harmonies of #9CEFF2
Complementary color
Monochromatic Colors of #9CEFF2
Black with #9CEFF2
Text Example
Text Example
White with #9CEFF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CEFF2; }
p { color: rgb(156,239,242); }
H1.HeaderClassName
{
color: #9CEFF2;
}
.AnyTagClassName
{
color: #9CEFF2;
}
</style>
background-color css
<style>
a { background-color: #9CEFF2; }
a { background-color: rgb(156,239,242); }
div.DivClassName
{
background-color: #9CEFF2;
}
.BgClassName
{
background-color: #9CEFF2;
}
</style>
border-color css
<style>
span { border-color: #9CEFF2; }
span { border-color: rgb(156,239,242); }
td.TdClassName
{
border-color: #9CEFF2;
}
.TagClassName
{
border-color: #9CEFF2;
}
</style>