Shades of Ice Cold #9AEFDD
Tints of Ice Cold #9AEFDD
RGB
CMYK
RGB Variations
Color information
#9AEFDD (or 0x9AEFDD) is known color: Ice Cold. HEX triplet: 9A, EF and DD. RGB value is (154,239,221). Sum of RGB (Red+Green+Blue) = 154+239+221=614 (81% of max value = 765). Red value is 154 (60.55% from 255 or 25.08% from 614); Green value is 239 (93.75% from 255 or 38.93% from 614); Blue value is 221 (86.72% from 255 or 35.99% from 614); Max value from RGB is 239 - color contains mainly: green. Hex color #9AEFDD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9AEFDD is #651022. Grayscale: #D3D3D3. Windows color (decimal): -6623267 or 14544794. OLE color: 14544794.
HSL color Cylindrical-coordinate representation of color #9AEFDD: hue angle of 167.29º degrees, saturation: 0.73, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9AEFDD is Cyan = 0.36, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 154 | 239 | 221 | - |
| CMYK | 0.36 | 0 | 0.08 | 0.06 |
| HSL | 167.29º | 0.73% | 0.77% | - |
| HSV(B) | 167.29º | 0.36% | 0.94% | - |
| XYZ | 57.24 | 73.82 | 79.64 | - |
| YUV | 211.53 | 133.34 | 86.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 239 | 221 | 0.36 | 0 | 0.08 | 0.06 | 167.29 | 0.73 | 0.77 |
| Hex | 9A | EF | DD | 24 | 0 | 8 | 6 | A7 | 49 | 4D |
| Octal | 232 | 357 | 335 | 44 | 0 | 10 | 6 | 247 | 111 | 115 |
| Binary | 10011010 | 11101111 | 11011101 | 100100 | 0 | 1000 | 110 | 10100111 | 1001001 | 1001101 |
Color Harmonies of #9AEFDD
Complementary color
Monochromatic Colors of #9AEFDD
Black with #9AEFDD
Text Example
Text Example
White with #9AEFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AEFDD; }
p { color: rgb(154,239,221); }
H1.HeaderClassName
{
color: #9AEFDD;
}
.AnyTagClassName
{
color: #9AEFDD;
}
</style>
background-color css
<style>
a { background-color: #9AEFDD; }
a { background-color: rgb(154,239,221); }
div.DivClassName
{
background-color: #9AEFDD;
}
.BgClassName
{
background-color: #9AEFDD;
}
</style>
border-color css
<style>
span { border-color: #9AEFDD; }
span { border-color: rgb(154,239,221); }
td.TdClassName
{
border-color: #9AEFDD;
}
.TagClassName
{
border-color: #9AEFDD;
}
</style>