Shades of Ice Cold #9CEDDF
Tints of Ice Cold #9CEDDF
RGB
CMYK
RGB Variations
Color information
#9CEDDF (or 0x9CEDDF) is known color: Ice Cold. HEX triplet: 9C, ED and DF. RGB value is (156,237,223). Sum of RGB (Red+Green+Blue) = 156+237+223=616 (81% of max value = 765). Red value is 156 (61.33% from 255 or 25.32% from 616); Green value is 237 (92.97% from 255 or 38.47% from 616); Blue value is 223 (87.5% from 255 or 36.20% from 616); Max value from RGB is 237 - color contains mainly: green. Hex color #9CEDDF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9CEDDF is #631220. Grayscale: #D3D3D3. Windows color (decimal): -6492705 or 14675356. OLE color: 14675356.
HSL color Cylindrical-coordinate representation of color #9CEDDF: hue angle of 169.63º 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 #9CEDDF is Cyan = 0.34, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 156 | 237 | 223 | - |
| CMYK | 0.34 | 0 | 0.06 | 0.07 |
| HSL | 169.63º | 0.69% | 0.77% | - |
| HSV(B) | 169.63º | 0.34% | 0.93% | - |
| XYZ | 57.31 | 72.96 | 80.87 | - |
| YUV | 211.19 | 134.66 | 88.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 237 | 223 | 0.34 | 0 | 0.06 | 0.07 | 169.63 | 0.69 | 0.77 |
| Hex | 9C | ED | DF | 22 | 0 | 6 | 7 | AA | 45 | 4D |
| Octal | 234 | 355 | 337 | 42 | 0 | 6 | 7 | 252 | 105 | 115 |
| Binary | 10011100 | 11101101 | 11011111 | 100010 | 0 | 110 | 111 | 10101010 | 1000101 | 1001101 |
Color Harmonies of #9CEDDF
Complementary color
Monochromatic Colors of #9CEDDF
Black with #9CEDDF
Text Example
Text Example
White with #9CEDDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CEDDF; }
p { color: rgb(156,237,223); }
H1.HeaderClassName
{
color: #9CEDDF;
}
.AnyTagClassName
{
color: #9CEDDF;
}
</style>
background-color css
<style>
a { background-color: #9CEDDF; }
a { background-color: rgb(156,237,223); }
div.DivClassName
{
background-color: #9CEDDF;
}
.BgClassName
{
background-color: #9CEDDF;
}
</style>
border-color css
<style>
span { border-color: #9CEDDF; }
span { border-color: rgb(156,237,223); }
td.TdClassName
{
border-color: #9CEDDF;
}
.TagClassName
{
border-color: #9CEDDF;
}
</style>