Shades of Ice Cold #9CEEDB
Tints of Ice Cold #9CEEDB
RGB
CMYK
RGB Variations
Color information
#9CEEDB (or 0x9CEEDB) is known color: Ice Cold. HEX triplet: 9C, EE and DB. RGB value is (156,238,219). Sum of RGB (Red+Green+Blue) = 156+238+219=613 (81% of max value = 765). Red value is 156 (61.33% from 255 or 25.45% from 613); Green value is 238 (93.36% from 255 or 38.83% from 613); Blue value is 219 (85.94% from 255 or 35.73% from 613); Max value from RGB is 238 - color contains mainly: green. Hex color #9CEEDB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9CEEDB is #631124. Grayscale: #D3D3D3. Windows color (decimal): -6492453 or 14413468. OLE color: 14413468.
HSL color Cylindrical-coordinate representation of color #9CEEDB: hue angle of 166.1º degrees, saturation: 0.71, 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 #9CEEDB is Cyan = 0.34, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 156 | 238 | 219 | - |
| CMYK | 0.34 | 0 | 0.08 | 0.07 |
| HSL | 166.1º | 0.71% | 0.77% | - |
| HSV(B) | 166.1º | 0.34% | 0.93% | - |
| XYZ | 57.07 | 73.33 | 78.16 | - |
| YUV | 211.32 | 132.33 | 88.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 238 | 219 | 0.34 | 0 | 0.08 | 0.07 | 166.1 | 0.71 | 0.77 |
| Hex | 9C | EE | DB | 22 | 0 | 8 | 7 | A6 | 47 | 4D |
| Octal | 234 | 356 | 333 | 42 | 0 | 10 | 7 | 246 | 107 | 115 |
| Binary | 10011100 | 11101110 | 11011011 | 100010 | 0 | 1000 | 111 | 10100110 | 1000111 | 1001101 |
Color Harmonies of #9CEEDB
Complementary color
Monochromatic Colors of #9CEEDB
Black with #9CEEDB
Text Example
Text Example
White with #9CEEDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CEEDB; }
p { color: rgb(156,238,219); }
H1.HeaderClassName
{
color: #9CEEDB;
}
.AnyTagClassName
{
color: #9CEEDB;
}
</style>
background-color css
<style>
a { background-color: #9CEEDB; }
a { background-color: rgb(156,238,219); }
div.DivClassName
{
background-color: #9CEEDB;
}
.BgClassName
{
background-color: #9CEEDB;
}
</style>
border-color css
<style>
span { border-color: #9CEEDB; }
span { border-color: rgb(156,238,219); }
td.TdClassName
{
border-color: #9CEEDB;
}
.TagClassName
{
border-color: #9CEEDB;
}
</style>