Shades of Ice Cold #9AEDDD
Tints of Ice Cold #9AEDDD
RGB
CMYK
RGB Variations
Color information
#9AEDDD (or 0x9AEDDD) is known color: Ice Cold. HEX triplet: 9A, ED and DD. RGB value is (154,237,221). Sum of RGB (Red+Green+Blue) = 154+237+221=612 (81% of max value = 765). Red value is 154 (60.55% from 255 or 25.16% from 612); Green value is 237 (92.97% from 255 or 38.73% from 612); Blue value is 221 (86.72% from 255 or 36.11% from 612); Max value from RGB is 237 - color contains mainly: green. Hex color #9AEDDD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9AEDDD is #651222. Grayscale: #D2D2D2. Windows color (decimal): -6623779 or 14544282. OLE color: 14544282.
HSL color Cylindrical-coordinate representation of color #9AEDDD: hue angle of 168.43º degrees, saturation: 0.7, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9AEDDD is Cyan = 0.35, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 154 | 237 | 221 | - |
| CMYK | 0.35 | 0 | 0.07 | 0.07 |
| HSL | 168.43º | 0.7% | 0.77% | - |
| HSV(B) | 168.43º | 0.35% | 0.93% | - |
| XYZ | 56.66 | 72.66 | 79.44 | - |
| YUV | 210.36 | 134 | 87.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 237 | 221 | 0.35 | 0 | 0.07 | 0.07 | 168.43 | 0.7 | 0.77 |
| Hex | 9A | ED | DD | 23 | 0 | 7 | 7 | A8 | 46 | 4D |
| Octal | 232 | 355 | 335 | 43 | 0 | 7 | 7 | 250 | 106 | 115 |
| Binary | 10011010 | 11101101 | 11011101 | 100011 | 0 | 111 | 111 | 10101000 | 1000110 | 1001101 |
Color Harmonies of #9AEDDD
Complementary color
Monochromatic Colors of #9AEDDD
Black with #9AEDDD
Text Example
Text Example
White with #9AEDDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AEDDD; }
p { color: rgb(154,237,221); }
H1.HeaderClassName
{
color: #9AEDDD;
}
.AnyTagClassName
{
color: #9AEDDD;
}
</style>
background-color css
<style>
a { background-color: #9AEDDD; }
a { background-color: rgb(154,237,221); }
div.DivClassName
{
background-color: #9AEDDD;
}
.BgClassName
{
background-color: #9AEDDD;
}
</style>
border-color css
<style>
span { border-color: #9AEDDD; }
span { border-color: rgb(154,237,221); }
td.TdClassName
{
border-color: #9AEDDD;
}
.TagClassName
{
border-color: #9AEDDD;
}
</style>