Shades of Ice Cold #9CEDDB
Tints of Ice Cold #9CEDDB
RGB
CMYK
RGB Variations
Color information
#9CEDDB (or 0x9CEDDB) is known color: Ice Cold. HEX triplet: 9C, ED and DB. RGB value is (156,237,219). Sum of RGB (Red+Green+Blue) = 156+237+219=612 (81% of max value = 765). Red value is 156 (61.33% from 255 or 25.49% from 612); Green value is 237 (92.97% from 255 or 38.73% from 612); Blue value is 219 (85.94% from 255 or 35.78% from 612); Max value from RGB is 237 - color contains mainly: green. Hex color #9CEDDB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9CEDDB is #631224. Grayscale: #D2D2D2. Windows color (decimal): -6492709 or 14413212. OLE color: 14413212.
HSL color Cylindrical-coordinate representation of color #9CEDDB: hue angle of 166.67º degrees, saturation: 0.69, 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 #9CEDDB is Cyan = 0.34, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 156 | 237 | 219 | - |
| CMYK | 0.34 | 0 | 0.08 | 0.07 |
| HSL | 166.67º | 0.69% | 0.77% | - |
| HSV(B) | 166.67º | 0.34% | 0.93% | - |
| XYZ | 56.78 | 72.75 | 78.07 | - |
| YUV | 210.73 | 132.66 | 88.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 237 | 219 | 0.34 | 0 | 0.08 | 0.07 | 166.67 | 0.69 | 0.77 |
| Hex | 9C | ED | DB | 22 | 0 | 8 | 7 | A7 | 45 | 4D |
| Octal | 234 | 355 | 333 | 42 | 0 | 10 | 7 | 247 | 105 | 115 |
| Binary | 10011100 | 11101101 | 11011011 | 100010 | 0 | 1000 | 111 | 10100111 | 1000101 | 1001101 |
Color Harmonies of #9CEDDB
Complementary color
Monochromatic Colors of #9CEDDB
Black with #9CEDDB
Text Example
Text Example
White with #9CEDDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CEDDB; }
p { color: rgb(156,237,219); }
H1.HeaderClassName
{
color: #9CEDDB;
}
.AnyTagClassName
{
color: #9CEDDB;
}
</style>
background-color css
<style>
a { background-color: #9CEDDB; }
a { background-color: rgb(156,237,219); }
div.DivClassName
{
background-color: #9CEDDB;
}
.BgClassName
{
background-color: #9CEDDB;
}
</style>
border-color css
<style>
span { border-color: #9CEDDB; }
span { border-color: rgb(156,237,219); }
td.TdClassName
{
border-color: #9CEDDB;
}
.TagClassName
{
border-color: #9CEDDB;
}
</style>