Shades of Ice Cold #AEE2D2
Tints of Ice Cold #AEE2D2
RGB
CMYK
RGB Variations
Color information
#AEE2D2 (or 0xAEE2D2) is known color: Ice Cold. HEX triplet: AE, E2 and D2. RGB value is (174,226,210). Sum of RGB (Red+Green+Blue) = 174+226+210=610 (80% of max value = 765). Red value is 174 (68.36% from 255 or 28.52% from 610); Green value is 226 (88.67% from 255 or 37.05% from 610); Blue value is 210 (82.42% from 255 or 34.43% from 610); Max value from RGB is 226 - color contains mainly: green. Hex color #AEE2D2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEE2D2 is #511D2D. Grayscale: #D0D0D0. Windows color (decimal): -5315886 or 13820590. OLE color: 13820590.
HSL color Cylindrical-coordinate representation of color #AEE2D2: hue angle of 161.54º degrees, saturation: 0.47, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AEE2D2 is Cyan = 0.23, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 174 | 226 | 210 | - |
| CMYK | 0.23 | 0 | 0.07 | 0.11 |
| HSL | 161.54º | 0.47% | 0.78% | - |
| HSV(B) | 161.54º | 0.23% | 0.89% | - |
| XYZ | 56.28 | 68.04 | 71.14 | - |
| YUV | 208.63 | 128.77 | 103.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 226 | 210 | 0.23 | 0 | 0.07 | 0.11 | 161.54 | 0.47 | 0.78 |
| Hex | AE | E2 | D2 | 17 | 0 | 7 | B | A2 | 2F | 4E |
| Octal | 256 | 342 | 322 | 27 | 0 | 7 | 13 | 242 | 57 | 116 |
| Binary | 10101110 | 11100010 | 11010010 | 10111 | 0 | 111 | 1011 | 10100010 | 101111 | 1001110 |
Color Harmonies of #AEE2D2
Complementary color
Monochromatic Colors of #AEE2D2
Black with #AEE2D2
Text Example
Text Example
White with #AEE2D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEE2D2; }
p { color: rgb(174,226,210); }
H1.HeaderClassName
{
color: #AEE2D2;
}
.AnyTagClassName
{
color: #AEE2D2;
}
</style>
background-color css
<style>
a { background-color: #AEE2D2; }
a { background-color: rgb(174,226,210); }
div.DivClassName
{
background-color: #AEE2D2;
}
.BgClassName
{
background-color: #AEE2D2;
}
</style>
border-color css
<style>
span { border-color: #AEE2D2; }
span { border-color: rgb(174,226,210); }
td.TdClassName
{
border-color: #AEE2D2;
}
.TagClassName
{
border-color: #AEE2D2;
}
</style>