Shades of Ice Cold #AEE3D2
Tints of Ice Cold #AEE3D2
RGB
CMYK
RGB Variations
Color information
#AEE3D2 (or 0xAEE3D2) is known color: Ice Cold. HEX triplet: AE, E3 and D2. RGB value is (174,227,210). Sum of RGB (Red+Green+Blue) = 174+227+210=611 (80% of max value = 765). Red value is 174 (68.36% from 255 or 28.48% from 611); Green value is 227 (89.06% from 255 or 37.15% from 611); Blue value is 210 (82.42% from 255 or 34.37% from 611); Max value from RGB is 227 - color contains mainly: green. Hex color #AEE3D2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEE3D2 is #511C2D. Grayscale: #D1D1D1. Windows color (decimal): -5315630 or 13820846. OLE color: 13820846.
HSL color Cylindrical-coordinate representation of color #AEE3D2: hue angle of 160.75º degrees, saturation: 0.49, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AEE3D2 is Cyan = 0.23, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 174 | 227 | 210 | - |
| CMYK | 0.23 | 0 | 0.07 | 0.11 |
| HSL | 160.75º | 0.49% | 0.79% | - |
| HSV(B) | 160.75º | 0.23% | 0.89% | - |
| XYZ | 56.56 | 68.59 | 71.23 | - |
| YUV | 209.22 | 128.44 | 102.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 227 | 210 | 0.23 | 0 | 0.07 | 0.11 | 160.75 | 0.49 | 0.79 |
| Hex | AE | E3 | D2 | 17 | 0 | 7 | B | A1 | 31 | 4F |
| Octal | 256 | 343 | 322 | 27 | 0 | 7 | 13 | 241 | 61 | 117 |
| Binary | 10101110 | 11100011 | 11010010 | 10111 | 0 | 111 | 1011 | 10100001 | 110001 | 1001111 |
Color Harmonies of #AEE3D2
Complementary color
Monochromatic Colors of #AEE3D2
Black with #AEE3D2
Text Example
Text Example
White with #AEE3D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEE3D2; }
p { color: rgb(174,227,210); }
H1.HeaderClassName
{
color: #AEE3D2;
}
.AnyTagClassName
{
color: #AEE3D2;
}
</style>
background-color css
<style>
a { background-color: #AEE3D2; }
a { background-color: rgb(174,227,210); }
div.DivClassName
{
background-color: #AEE3D2;
}
.BgClassName
{
background-color: #AEE3D2;
}
</style>
border-color css
<style>
span { border-color: #AEE3D2; }
span { border-color: rgb(174,227,210); }
td.TdClassName
{
border-color: #AEE3D2;
}
.TagClassName
{
border-color: #AEE3D2;
}
</style>