Shades of Ice Cold #9CEBDF
Tints of Ice Cold #9CEBDF
RGB
CMYK
RGB Variations
Color information
#9CEBDF (or 0x9CEBDF) is known color: Ice Cold. HEX triplet: 9C, EB and DF. RGB value is (156,235,223). Sum of RGB (Red+Green+Blue) = 156+235+223=614 (81% of max value = 765). Red value is 156 (61.33% from 255 or 25.41% from 614); Green value is 235 (92.19% from 255 or 38.27% from 614); Blue value is 223 (87.5% from 255 or 36.32% from 614); Max value from RGB is 235 - color contains mainly: green. Hex color #9CEBDF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9CEBDF is #631420. Grayscale: #D1D1D1. Windows color (decimal): -6493217 or 14674844. OLE color: 14674844.
HSL color Cylindrical-coordinate representation of color #9CEBDF: hue angle of 170.89º degrees, saturation: 0.66, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9CEBDF is Cyan = 0.34, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 156 | 235 | 223 | - |
| CMYK | 0.34 | 0 | 0.05 | 0.08 |
| HSL | 170.89º | 0.66% | 0.77% | - |
| HSV(B) | 170.89º | 0.34% | 0.92% | - |
| XYZ | 56.74 | 71.81 | 80.68 | - |
| YUV | 210.01 | 135.33 | 89.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 235 | 223 | 0.34 | 0 | 0.05 | 0.08 | 170.89 | 0.66 | 0.77 |
| Hex | 9C | EB | DF | 22 | 0 | 5 | 8 | AB | 42 | 4D |
| Octal | 234 | 353 | 337 | 42 | 0 | 5 | 10 | 253 | 102 | 115 |
| Binary | 10011100 | 11101011 | 11011111 | 100010 | 0 | 101 | 1000 | 10101011 | 1000010 | 1001101 |
Color Harmonies of #9CEBDF
Complementary color
Monochromatic Colors of #9CEBDF
Black with #9CEBDF
Text Example
Text Example
White with #9CEBDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CEBDF; }
p { color: rgb(156,235,223); }
H1.HeaderClassName
{
color: #9CEBDF;
}
.AnyTagClassName
{
color: #9CEBDF;
}
</style>
background-color css
<style>
a { background-color: #9CEBDF; }
a { background-color: rgb(156,235,223); }
div.DivClassName
{
background-color: #9CEBDF;
}
.BgClassName
{
background-color: #9CEBDF;
}
</style>
border-color css
<style>
span { border-color: #9CEBDF; }
span { border-color: rgb(156,235,223); }
td.TdClassName
{
border-color: #9CEBDF;
}
.TagClassName
{
border-color: #9CEBDF;
}
</style>