Shades of Ice Cold #AEEBD9
Tints of Ice Cold #AEEBD9
RGB
CMYK
RGB Variations
Color information
#AEEBD9 (or 0xAEEBD9) is known color: Ice Cold. HEX triplet: AE, EB and D9. RGB value is (174,235,217). Sum of RGB (Red+Green+Blue) = 174+235+217=626 (82% of max value = 765). Red value is 174 (68.36% from 255 or 27.80% from 626); Green value is 235 (92.19% from 255 or 37.54% from 626); Blue value is 217 (85.16% from 255 or 34.66% from 626); Max value from RGB is 235 - color contains mainly: green. Hex color #AEEBD9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEEBD9 is #511426. Grayscale: #D6D6D6. Windows color (decimal): -5313575 or 14281646. OLE color: 14281646.
HSL color Cylindrical-coordinate representation of color #AEEBD9: hue angle of 162.3º degrees, saturation: 0.6, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AEEBD9 is Cyan = 0.26, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 174 | 235 | 217 | - |
| CMYK | 0.26 | 0 | 0.08 | 0.08 |
| HSL | 162.3º | 0.6% | 0.8% | - |
| HSV(B) | 162.3º | 0.26% | 0.92% | - |
| XYZ | 59.69 | 73.43 | 76.67 | - |
| YUV | 214.71 | 129.29 | 98.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 235 | 217 | 0.26 | 0 | 0.08 | 0.08 | 162.3 | 0.6 | 0.8 |
| Hex | AE | EB | D9 | 1A | 0 | 8 | 8 | A2 | 3C | 50 |
| Octal | 256 | 353 | 331 | 32 | 0 | 10 | 10 | 242 | 74 | 120 |
| Binary | 10101110 | 11101011 | 11011001 | 11010 | 0 | 1000 | 1000 | 10100010 | 111100 | 1010000 |
Color Harmonies of #AEEBD9
Complementary color
Monochromatic Colors of #AEEBD9
Black with #AEEBD9
Text Example
Text Example
White with #AEEBD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEEBD9; }
p { color: rgb(174,235,217); }
H1.HeaderClassName
{
color: #AEEBD9;
}
.AnyTagClassName
{
color: #AEEBD9;
}
</style>
background-color css
<style>
a { background-color: #AEEBD9; }
a { background-color: rgb(174,235,217); }
div.DivClassName
{
background-color: #AEEBD9;
}
.BgClassName
{
background-color: #AEEBD9;
}
</style>
border-color css
<style>
span { border-color: #AEEBD9; }
span { border-color: rgb(174,235,217); }
td.TdClassName
{
border-color: #AEEBD9;
}
.TagClassName
{
border-color: #AEEBD9;
}
</style>