Shades of Ice Cold #9AECDC
Tints of Ice Cold #9AECDC
RGB
CMYK
RGB Variations
Color information
#9AECDC (or 0x9AECDC) is known color: Ice Cold. HEX triplet: 9A, EC and DC. RGB value is (154,236,220). Sum of RGB (Red+Green+Blue) = 154+236+220=610 (80% of max value = 765). Red value is 154 (60.55% from 255 or 25.25% from 610); Green value is 236 (92.58% from 255 or 38.69% from 610); Blue value is 220 (86.33% from 255 or 36.07% from 610); Max value from RGB is 236 - color contains mainly: green. Hex color #9AECDC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9AECDC is #651323. Grayscale: #D1D1D1. Windows color (decimal): -6624036 or 14478490. OLE color: 14478490.
HSL color Cylindrical-coordinate representation of color #9AECDC: hue angle of 168.29º degrees, saturation: 0.68, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9AECDC is Cyan = 0.35, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 154 | 236 | 220 | - |
| CMYK | 0.35 | 0 | 0.07 | 0.07 |
| HSL | 168.29º | 0.68% | 0.76% | - |
| HSV(B) | 168.29º | 0.35% | 0.93% | - |
| XYZ | 56.24 | 72.03 | 78.65 | - |
| YUV | 209.66 | 133.83 | 88.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 236 | 220 | 0.35 | 0 | 0.07 | 0.07 | 168.29 | 0.68 | 0.76 |
| Hex | 9A | EC | DC | 23 | 0 | 7 | 7 | A8 | 44 | 4C |
| Octal | 232 | 354 | 334 | 43 | 0 | 7 | 7 | 250 | 104 | 114 |
| Binary | 10011010 | 11101100 | 11011100 | 100011 | 0 | 111 | 111 | 10101000 | 1000100 | 1001100 |
Color Harmonies of #9AECDC
Complementary color
Monochromatic Colors of #9AECDC
Black with #9AECDC
Text Example
Text Example
White with #9AECDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AECDC; }
p { color: rgb(154,236,220); }
H1.HeaderClassName
{
color: #9AECDC;
}
.AnyTagClassName
{
color: #9AECDC;
}
</style>
background-color css
<style>
a { background-color: #9AECDC; }
a { background-color: rgb(154,236,220); }
div.DivClassName
{
background-color: #9AECDC;
}
.BgClassName
{
background-color: #9AECDC;
}
</style>
border-color css
<style>
span { border-color: #9AECDC; }
span { border-color: rgb(154,236,220); }
td.TdClassName
{
border-color: #9AECDC;
}
.TagClassName
{
border-color: #9AECDC;
}
</style>