Shades of Blizzard Blue #9CEEF3
Tints of Blizzard Blue #9CEEF3
RGB
CMYK
RGB Variations
Color information
#9CEEF3 (or 0x9CEEF3) is known color: Blizzard Blue. HEX triplet: 9C, EE and F3. RGB value is (156,238,243). Sum of RGB (Red+Green+Blue) = 156+238+243=637 (84% of max value = 765). Red value is 156 (61.33% from 255 or 24.49% from 637); Green value is 238 (93.36% from 255 or 37.36% from 637); Blue value is 243 (95.31% from 255 or 38.15% from 637); Max value from RGB is 243 - color contains mainly: blue. Hex color #9CEEF3 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9CEEF3 is #63110C. Grayscale: #D5D5D5. Windows color (decimal): -6492429 or 15986332. OLE color: 15986332.
HSL color Cylindrical-coordinate representation of color #9CEEF3: hue angle of 183.45º degrees, saturation: 0.78, 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 #9CEEF3 is Cyan = 0.36, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 156 | 238 | 243 | - |
| CMYK | 0.36 | 0.02 | 0 | 0.05 |
| HSL | 183.45º | 0.78% | 0.78% | - |
| HSV(B) | 183.45º | 0.36% | 0.95% | - |
| XYZ | 60.46 | 74.69 | 96.02 | - |
| YUV | 214.05 | 144.33 | 86.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 238 | 243 | 0.36 | 0.02 | 0 | 0.05 | 183.45 | 0.78 | 0.78 |
| Hex | 9C | EE | F3 | 24 | 2 | 0 | 5 | B7 | 4E | 4E |
| Octal | 234 | 356 | 363 | 44 | 2 | 0 | 5 | 267 | 116 | 116 |
| Binary | 10011100 | 11101110 | 11110011 | 100100 | 10 | 0 | 101 | 10110111 | 1001110 | 1001110 |
Color Harmonies of #9CEEF3
Complementary color
Monochromatic Colors of #9CEEF3
Black with #9CEEF3
Text Example
Text Example
White with #9CEEF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CEEF3; }
p { color: rgb(156,238,243); }
H1.HeaderClassName
{
color: #9CEEF3;
}
.AnyTagClassName
{
color: #9CEEF3;
}
</style>
background-color css
<style>
a { background-color: #9CEEF3; }
a { background-color: rgb(156,238,243); }
div.DivClassName
{
background-color: #9CEEF3;
}
.BgClassName
{
background-color: #9CEEF3;
}
</style>
border-color css
<style>
span { border-color: #9CEEF3; }
span { border-color: rgb(156,238,243); }
td.TdClassName
{
border-color: #9CEEF3;
}
.TagClassName
{
border-color: #9CEEF3;
}
</style>