Shades of Ice Cold #9AE9DC
Tints of Ice Cold #9AE9DC
RGB
CMYK
RGB Variations
Color information
#9AE9DC (or 0x9AE9DC) is known color: Ice Cold. HEX triplet: 9A, E9 and DC. RGB value is (154,233,220). Sum of RGB (Red+Green+Blue) = 154+233+220=607 (80% of max value = 765). Red value is 154 (60.55% from 255 or 25.37% from 607); Green value is 233 (91.41% from 255 or 38.39% from 607); Blue value is 220 (86.33% from 255 or 36.24% from 607); Max value from RGB is 233 - color contains mainly: green. Hex color #9AE9DC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9AE9DC is #651623. Grayscale: #CFCFCF. Windows color (decimal): -6624804 or 14477722. OLE color: 14477722.
HSL color Cylindrical-coordinate representation of color #9AE9DC: hue angle of 170.13º degrees, saturation: 0.64, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9AE9DC is Cyan = 0.34, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 154 | 233 | 220 | - |
| CMYK | 0.34 | 0 | 0.06 | 0.09 |
| HSL | 170.13º | 0.64% | 0.76% | - |
| HSV(B) | 170.13º | 0.34% | 0.91% | - |
| XYZ | 55.38 | 70.32 | 78.36 | - |
| YUV | 207.9 | 134.83 | 89.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 233 | 220 | 0.34 | 0 | 0.06 | 0.09 | 170.13 | 0.64 | 0.76 |
| Hex | 9A | E9 | DC | 22 | 0 | 6 | 9 | AA | 40 | 4C |
| Octal | 232 | 351 | 334 | 42 | 0 | 6 | 11 | 252 | 100 | 114 |
| Binary | 10011010 | 11101001 | 11011100 | 100010 | 0 | 110 | 1001 | 10101010 | 1000000 | 1001100 |
Color Harmonies of #9AE9DC
Complementary color
Monochromatic Colors of #9AE9DC
Black with #9AE9DC
Text Example
Text Example
White with #9AE9DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AE9DC; }
p { color: rgb(154,233,220); }
H1.HeaderClassName
{
color: #9AE9DC;
}
.AnyTagClassName
{
color: #9AE9DC;
}
</style>
background-color css
<style>
a { background-color: #9AE9DC; }
a { background-color: rgb(154,233,220); }
div.DivClassName
{
background-color: #9AE9DC;
}
.BgClassName
{
background-color: #9AE9DC;
}
</style>
border-color css
<style>
span { border-color: #9AE9DC; }
span { border-color: rgb(154,233,220); }
td.TdClassName
{
border-color: #9AE9DC;
}
.TagClassName
{
border-color: #9AE9DC;
}
</style>