Shades of Ice Cold #9AEEDA
Tints of Ice Cold #9AEEDA
RGB
CMYK
RGB Variations
Color information
#9AEEDA (or 0x9AEEDA) is known color: Ice Cold. HEX triplet: 9A, EE and DA. RGB value is (154,238,218). Sum of RGB (Red+Green+Blue) = 154+238+218=610 (80% of max value = 765). Red value is 154 (60.55% from 255 or 25.25% from 610); Green value is 238 (93.36% from 255 or 39.02% from 610); Blue value is 218 (85.55% from 255 or 35.74% from 610); Max value from RGB is 238 - color contains mainly: green. Hex color #9AEEDA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9AEEDA is #651125. Grayscale: #D2D2D2. Windows color (decimal): -6623526 or 14347930. OLE color: 14347930.
HSL color Cylindrical-coordinate representation of color #9AEEDA: hue angle of 165.71º degrees, saturation: 0.71, 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 #9AEEDA is Cyan = 0.35, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 154 | 238 | 218 | - |
| CMYK | 0.35 | 0 | 0.08 | 0.07 |
| HSL | 165.71º | 0.71% | 0.77% | - |
| HSV(B) | 165.71º | 0.35% | 0.93% | - |
| XYZ | 56.56 | 73.08 | 77.45 | - |
| YUV | 210.6 | 132.17 | 87.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 238 | 218 | 0.35 | 0 | 0.08 | 0.07 | 165.71 | 0.71 | 0.77 |
| Hex | 9A | EE | DA | 23 | 0 | 8 | 7 | A6 | 47 | 4D |
| Octal | 232 | 356 | 332 | 43 | 0 | 10 | 7 | 246 | 107 | 115 |
| Binary | 10011010 | 11101110 | 11011010 | 100011 | 0 | 1000 | 111 | 10100110 | 1000111 | 1001101 |
Color Harmonies of #9AEEDA
Complementary color
Monochromatic Colors of #9AEEDA
Black with #9AEEDA
Text Example
Text Example
White with #9AEEDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AEEDA; }
p { color: rgb(154,238,218); }
H1.HeaderClassName
{
color: #9AEEDA;
}
.AnyTagClassName
{
color: #9AEEDA;
}
</style>
background-color css
<style>
a { background-color: #9AEEDA; }
a { background-color: rgb(154,238,218); }
div.DivClassName
{
background-color: #9AEEDA;
}
.BgClassName
{
background-color: #9AEEDA;
}
</style>
border-color css
<style>
span { border-color: #9AEEDA; }
span { border-color: rgb(154,238,218); }
td.TdClassName
{
border-color: #9AEEDA;
}
.TagClassName
{
border-color: #9AEEDA;
}
</style>