Shades of Ice Cold #9AE9DB
Tints of Ice Cold #9AE9DB
RGB
CMYK
RGB Variations
Color information
#9AE9DB (or 0x9AE9DB) is known color: Ice Cold. HEX triplet: 9A, E9 and DB. RGB value is (154,233,219). Sum of RGB (Red+Green+Blue) = 154+233+219=606 (80% of max value = 765). Red value is 154 (60.55% from 255 or 25.41% from 606); Green value is 233 (91.41% from 255 or 38.45% from 606); Blue value is 219 (85.94% from 255 or 36.14% from 606); Max value from RGB is 233 - color contains mainly: green. Hex color #9AE9DB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9AE9DB is #651624. Grayscale: #CFCFCF. Windows color (decimal): -6624805 or 14412186. OLE color: 14412186.
HSL color Cylindrical-coordinate representation of color #9AE9DB: hue angle of 169.37º 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 #9AE9DB is Cyan = 0.34, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 154 | 233 | 219 | - |
| CMYK | 0.34 | 0 | 0.06 | 0.09 |
| HSL | 169.37º | 0.64% | 0.76% | - |
| HSV(B) | 169.37º | 0.34% | 0.91% | - |
| XYZ | 55.25 | 70.26 | 77.67 | - |
| YUV | 207.78 | 134.33 | 89.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 233 | 219 | 0.34 | 0 | 0.06 | 0.09 | 169.37 | 0.64 | 0.76 |
| Hex | 9A | E9 | DB | 22 | 0 | 6 | 9 | A9 | 40 | 4C |
| Octal | 232 | 351 | 333 | 42 | 0 | 6 | 11 | 251 | 100 | 114 |
| Binary | 10011010 | 11101001 | 11011011 | 100010 | 0 | 110 | 1001 | 10101001 | 1000000 | 1001100 |
Color Harmonies of #9AE9DB
Complementary color
Monochromatic Colors of #9AE9DB
Black with #9AE9DB
Text Example
Text Example
White with #9AE9DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AE9DB; }
p { color: rgb(154,233,219); }
H1.HeaderClassName
{
color: #9AE9DB;
}
.AnyTagClassName
{
color: #9AE9DB;
}
</style>
background-color css
<style>
a { background-color: #9AE9DB; }
a { background-color: rgb(154,233,219); }
div.DivClassName
{
background-color: #9AE9DB;
}
.BgClassName
{
background-color: #9AE9DB;
}
</style>
border-color css
<style>
span { border-color: #9AE9DB; }
span { border-color: rgb(154,233,219); }
td.TdClassName
{
border-color: #9AE9DB;
}
.TagClassName
{
border-color: #9AE9DB;
}
</style>