Shades of Ice Cold #AEE1D2
Tints of Ice Cold #AEE1D2
RGB
CMYK
RGB Variations
Color information
#AEE1D2 (or 0xAEE1D2) is known color: Ice Cold. HEX triplet: AE, E1 and D2. RGB value is (174,225,210). Sum of RGB (Red+Green+Blue) = 174+225+210=609 (80% of max value = 765). Red value is 174 (68.36% from 255 or 28.57% from 609); Green value is 225 (88.28% from 255 or 36.95% from 609); Blue value is 210 (82.42% from 255 or 34.48% from 609); Max value from RGB is 225 - color contains mainly: green. Hex color #AEE1D2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEE1D2 is #511E2D. Grayscale: #D0D0D0. Windows color (decimal): -5316142 or 13820334. OLE color: 13820334.
HSL color Cylindrical-coordinate representation of color #AEE1D2: hue angle of 162.35º degrees, saturation: 0.46, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AEE1D2 is Cyan = 0.23, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 174 | 225 | 210 | - |
| CMYK | 0.23 | 0 | 0.07 | 0.12 |
| HSL | 162.35º | 0.46% | 0.78% | - |
| HSV(B) | 162.35º | 0.23% | 0.88% | - |
| XYZ | 56.01 | 67.5 | 71.05 | - |
| YUV | 208.04 | 129.1 | 103.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 225 | 210 | 0.23 | 0 | 0.07 | 0.12 | 162.35 | 0.46 | 0.78 |
| Hex | AE | E1 | D2 | 17 | 0 | 7 | C | A2 | 2E | 4E |
| Octal | 256 | 341 | 322 | 27 | 0 | 7 | 14 | 242 | 56 | 116 |
| Binary | 10101110 | 11100001 | 11010010 | 10111 | 0 | 111 | 1100 | 10100010 | 101110 | 1001110 |
Color Harmonies of #AEE1D2
Complementary color
Monochromatic Colors of #AEE1D2
Black with #AEE1D2
Text Example
Text Example
White with #AEE1D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEE1D2; }
p { color: rgb(174,225,210); }
H1.HeaderClassName
{
color: #AEE1D2;
}
.AnyTagClassName
{
color: #AEE1D2;
}
</style>
background-color css
<style>
a { background-color: #AEE1D2; }
a { background-color: rgb(174,225,210); }
div.DivClassName
{
background-color: #AEE1D2;
}
.BgClassName
{
background-color: #AEE1D2;
}
</style>
border-color css
<style>
span { border-color: #AEE1D2; }
span { border-color: rgb(174,225,210); }
td.TdClassName
{
border-color: #AEE1D2;
}
.TagClassName
{
border-color: #AEE1D2;
}
</style>