Shades of Ice Cold #9AEBDA
Tints of Ice Cold #9AEBDA
RGB
CMYK
RGB Variations
Color information
#9AEBDA (or 0x9AEBDA) is known color: Ice Cold. HEX triplet: 9A, EB and DA. RGB value is (154,235,218). Sum of RGB (Red+Green+Blue) = 154+235+218=607 (80% of max value = 765). Red value is 154 (60.55% from 255 or 25.37% from 607); Green value is 235 (92.19% from 255 or 38.71% from 607); Blue value is 218 (85.55% from 255 or 35.91% from 607); Max value from RGB is 235 - color contains mainly: green. Hex color #9AEBDA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9AEBDA is #651425. Grayscale: #D0D0D0. Windows color (decimal): -6624294 or 14347162. OLE color: 14347162.
HSL color Cylindrical-coordinate representation of color #9AEBDA: hue angle of 167.41º degrees, saturation: 0.67, 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 #9AEBDA is Cyan = 0.34, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 154 | 235 | 218 | - |
| CMYK | 0.34 | 0 | 0.07 | 0.08 |
| HSL | 167.41º | 0.67% | 0.76% | - |
| HSV(B) | 167.41º | 0.34% | 0.92% | - |
| XYZ | 55.69 | 71.35 | 77.17 | - |
| YUV | 208.84 | 133.16 | 88.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 235 | 218 | 0.34 | 0 | 0.07 | 0.08 | 167.41 | 0.67 | 0.76 |
| Hex | 9A | EB | DA | 22 | 0 | 7 | 8 | A7 | 43 | 4C |
| Octal | 232 | 353 | 332 | 42 | 0 | 7 | 10 | 247 | 103 | 114 |
| Binary | 10011010 | 11101011 | 11011010 | 100010 | 0 | 111 | 1000 | 10100111 | 1000011 | 1001100 |
Color Harmonies of #9AEBDA
Complementary color
Monochromatic Colors of #9AEBDA
Black with #9AEBDA
Text Example
Text Example
White with #9AEBDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AEBDA; }
p { color: rgb(154,235,218); }
H1.HeaderClassName
{
color: #9AEBDA;
}
.AnyTagClassName
{
color: #9AEBDA;
}
</style>
background-color css
<style>
a { background-color: #9AEBDA; }
a { background-color: rgb(154,235,218); }
div.DivClassName
{
background-color: #9AEBDA;
}
.BgClassName
{
background-color: #9AEBDA;
}
</style>
border-color css
<style>
span { border-color: #9AEBDA; }
span { border-color: rgb(154,235,218); }
td.TdClassName
{
border-color: #9AEBDA;
}
.TagClassName
{
border-color: #9AEBDA;
}
</style>