Shades of Ice Cold #9AEAD7
Tints of Ice Cold #9AEAD7
RGB
CMYK
RGB Variations
Color information
#9AEAD7 (or 0x9AEAD7) is known color: Ice Cold. HEX triplet: 9A, EA and D7. RGB value is (154,234,215). Sum of RGB (Red+Green+Blue) = 154+234+215=603 (79% of max value = 765). Red value is 154 (60.55% from 255 or 25.54% from 603); Green value is 234 (91.80% from 255 or 38.81% from 603); Blue value is 215 (84.38% from 255 or 35.66% from 603); Max value from RGB is 234 - color contains mainly: green. Hex color #9AEAD7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9AEAD7 is #651528. Grayscale: #CFCFCF. Windows color (decimal): -6624553 or 14150298. OLE color: 14150298.
HSL color Cylindrical-coordinate representation of color #9AEAD7: hue angle of 165.75º 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 #9AEAD7 is Cyan = 0.34, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 154 | 234 | 215 | - |
| CMYK | 0.34 | 0 | 0.08 | 0.08 |
| HSL | 165.75º | 0.66% | 0.76% | - |
| HSV(B) | 165.75º | 0.34% | 0.92% | - |
| XYZ | 55.01 | 70.62 | 75.02 | - |
| YUV | 207.91 | 132 | 89.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 234 | 215 | 0.34 | 0 | 0.08 | 0.08 | 165.75 | 0.66 | 0.76 |
| Hex | 9A | EA | D7 | 22 | 0 | 8 | 8 | A6 | 42 | 4C |
| Octal | 232 | 352 | 327 | 42 | 0 | 10 | 10 | 246 | 102 | 114 |
| Binary | 10011010 | 11101010 | 11010111 | 100010 | 0 | 1000 | 1000 | 10100110 | 1000010 | 1001100 |
Color Harmonies of #9AEAD7
Complementary color
Monochromatic Colors of #9AEAD7
Black with #9AEAD7
Text Example
Text Example
White with #9AEAD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AEAD7; }
p { color: rgb(154,234,215); }
H1.HeaderClassName
{
color: #9AEAD7;
}
.AnyTagClassName
{
color: #9AEAD7;
}
</style>
background-color css
<style>
a { background-color: #9AEAD7; }
a { background-color: rgb(154,234,215); }
div.DivClassName
{
background-color: #9AEAD7;
}
.BgClassName
{
background-color: #9AEAD7;
}
</style>
border-color css
<style>
span { border-color: #9AEAD7; }
span { border-color: rgb(154,234,215); }
td.TdClassName
{
border-color: #9AEAD7;
}
.TagClassName
{
border-color: #9AEAD7;
}
</style>