Shades of Ice Cold #9CEDE0
Tints of Ice Cold #9CEDE0
RGB
CMYK
RGB Variations
Color information
#9CEDE0 (or 0x9CEDE0) is known color: Ice Cold. HEX triplet: 9C, ED and E0. RGB value is (156,237,224). Sum of RGB (Red+Green+Blue) = 156+237+224=617 (81% of max value = 765). Red value is 156 (61.33% from 255 or 25.28% from 617); Green value is 237 (92.97% from 255 or 38.41% from 617); Blue value is 224 (87.89% from 255 or 36.30% from 617); Max value from RGB is 237 - color contains mainly: green. Hex color #9CEDE0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9CEDE0 is #63121F. Grayscale: #D3D3D3. Windows color (decimal): -6492704 or 14740892. OLE color: 14740892.
HSL color Cylindrical-coordinate representation of color #9CEDE0: hue angle of 170.37º 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 #9CEDE0 is Cyan = 0.34, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 156 | 237 | 224 | - |
| CMYK | 0.34 | 0 | 0.05 | 0.07 |
| HSL | 170.37º | 0.69% | 0.77% | - |
| HSV(B) | 170.37º | 0.34% | 0.93% | - |
| XYZ | 57.45 | 73.02 | 81.59 | - |
| YUV | 211.3 | 135.16 | 88.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 237 | 224 | 0.34 | 0 | 0.05 | 0.07 | 170.37 | 0.69 | 0.77 |
| Hex | 9C | ED | E0 | 22 | 0 | 5 | 7 | AA | 45 | 4D |
| Octal | 234 | 355 | 340 | 42 | 0 | 5 | 7 | 252 | 105 | 115 |
| Binary | 10011100 | 11101101 | 11100000 | 100010 | 0 | 101 | 111 | 10101010 | 1000101 | 1001101 |
Color Harmonies of #9CEDE0
Complementary color
Monochromatic Colors of #9CEDE0
Black with #9CEDE0
Text Example
Text Example
White with #9CEDE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CEDE0; }
p { color: rgb(156,237,224); }
H1.HeaderClassName
{
color: #9CEDE0;
}
.AnyTagClassName
{
color: #9CEDE0;
}
</style>
background-color css
<style>
a { background-color: #9CEDE0; }
a { background-color: rgb(156,237,224); }
div.DivClassName
{
background-color: #9CEDE0;
}
.BgClassName
{
background-color: #9CEDE0;
}
</style>
border-color css
<style>
span { border-color: #9CEDE0; }
span { border-color: rgb(156,237,224); }
td.TdClassName
{
border-color: #9CEDE0;
}
.TagClassName
{
border-color: #9CEDE0;
}
</style>