Shades of Ice Cold #9AEADE
Tints of Ice Cold #9AEADE
RGB
CMYK
RGB Variations
Color information
#9AEADE (or 0x9AEADE) is known color: Ice Cold. HEX triplet: 9A, EA and DE. RGB value is (154,234,222). Sum of RGB (Red+Green+Blue) = 154+234+222=610 (80% of max value = 765). Red value is 154 (60.55% from 255 or 25.25% from 610); Green value is 234 (91.80% from 255 or 38.36% from 610); Blue value is 222 (87.11% from 255 or 36.39% from 610); Max value from RGB is 234 - color contains mainly: green. Hex color #9AEADE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9AEADE is #651521. Grayscale: #D0D0D0. Windows color (decimal): -6624546 or 14609050. OLE color: 14609050.
HSL color Cylindrical-coordinate representation of color #9AEADE: hue angle of 171º degrees, saturation: 0.66, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9AEADE is Cyan = 0.34, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 154 | 234 | 222 | - |
| CMYK | 0.34 | 0 | 0.05 | 0.08 |
| HSL | 171º | 0.66% | 0.76% | - |
| HSV(B) | 171º | 0.34% | 0.92% | - |
| XYZ | 55.93 | 70.99 | 79.86 | - |
| YUV | 208.71 | 135.5 | 88.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 234 | 222 | 0.34 | 0 | 0.05 | 0.08 | 171 | 0.66 | 0.76 |
| Hex | 9A | EA | DE | 22 | 0 | 5 | 8 | AB | 42 | 4C |
| Octal | 232 | 352 | 336 | 42 | 0 | 5 | 10 | 253 | 102 | 114 |
| Binary | 10011010 | 11101010 | 11011110 | 100010 | 0 | 101 | 1000 | 10101011 | 1000010 | 1001100 |
Color Harmonies of #9AEADE
Complementary color
Monochromatic Colors of #9AEADE
Black with #9AEADE
Text Example
Text Example
White with #9AEADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AEADE; }
p { color: rgb(154,234,222); }
H1.HeaderClassName
{
color: #9AEADE;
}
.AnyTagClassName
{
color: #9AEADE;
}
</style>
background-color css
<style>
a { background-color: #9AEADE; }
a { background-color: rgb(154,234,222); }
div.DivClassName
{
background-color: #9AEADE;
}
.BgClassName
{
background-color: #9AEADE;
}
</style>
border-color css
<style>
span { border-color: #9AEADE; }
span { border-color: rgb(154,234,222); }
td.TdClassName
{
border-color: #9AEADE;
}
.TagClassName
{
border-color: #9AEADE;
}
</style>