Shades of Ice Cold #AEE4D8
Tints of Ice Cold #AEE4D8
RGB
CMYK
RGB Variations
Color information
#AEE4D8 (or 0xAEE4D8) is known color: Ice Cold. HEX triplet: AE, E4 and D8. RGB value is (174,228,216). Sum of RGB (Red+Green+Blue) = 174+228+216=618 (81% of max value = 765). Red value is 174 (68.36% from 255 or 28.16% from 618); Green value is 228 (89.45% from 255 or 36.89% from 618); Blue value is 216 (84.77% from 255 or 34.95% from 618); Max value from RGB is 228 - color contains mainly: green. Hex color #AEE4D8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEE4D8 is #511B27. Grayscale: #D2D2D2. Windows color (decimal): -5315368 or 14214318. OLE color: 14214318.
HSL color Cylindrical-coordinate representation of color #AEE4D8: hue angle of 166.67º degrees, saturation: 0.5, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AEE4D8 is Cyan = 0.24, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.11.
Color convert
RGB | 174 | 228 | 216 | - |
CMYK | 0.24 | 0 | 0.05 | 0.11 |
HSL | 166.67º | 0.5% | 0.79% | - |
HSV(B) | 166.67º | 0.24% | 0.89% | - |
XYZ | 57.59 | 69.44 | 75.33 | - |
YUV | 210.49 | 131.11 | 101.98 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 174 | 228 | 216 | 0.24 | 0 | 0.05 | 0.11 | 166.67 | 0.5 | 0.79 |
Hex | AE | E4 | D8 | 18 | 0 | 5 | B | A7 | 32 | 4F |
Octal | 256 | 344 | 330 | 30 | 0 | 5 | 13 | 247 | 62 | 117 |
Binary | 10101110 | 11100100 | 11011000 | 11000 | 0 | 101 | 1011 | 10100111 | 110010 | 1001111 |
Color Harmonies of #AEE4D8
Complementary color
Monochromatic Colors of #AEE4D8
Black with #AEE4D8
Text Example
Text Example
White with #AEE4D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEE4D8; }
p { color: rgb(174,228,216); }
H1.HeaderClassName
{
color: #AEE4D8;
}
.AnyTagClassName
{
color: #AEE4D8;
}
</style>
background-color css
<style>
a { background-color: #AEE4D8; }
a { background-color: rgb(174,228,216); }
div.DivClassName
{
background-color: #AEE4D8;
}
.BgClassName
{
background-color: #AEE4D8;
}
</style>
border-color css
<style>
span { border-color: #AEE4D8; }
span { border-color: rgb(174,228,216); }
td.TdClassName
{
border-color: #AEE4D8;
}
.TagClassName
{
border-color: #AEE4D8;
}
</style>