Shades of Ice Cold #AEECD8
Tints of Ice Cold #AEECD8
RGB
CMYK
RGB Variations
Color information
#AEECD8 (or 0xAEECD8) is known color: Ice Cold. HEX triplet: AE, EC and D8. RGB value is (174,236,216). Sum of RGB (Red+Green+Blue) = 174+236+216=626 (82% of max value = 765). Red value is 174 (68.36% from 255 or 27.80% from 626); Green value is 236 (92.58% from 255 or 37.70% from 626); Blue value is 216 (84.77% from 255 or 34.50% from 626); Max value from RGB is 236 - color contains mainly: green. Hex color #AEECD8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEECD8 is #511327. Grayscale: #D7D7D7. Windows color (decimal): -5313320 or 14216366. OLE color: 14216366.
HSL color Cylindrical-coordinate representation of color #AEECD8: hue angle of 160.65º degrees, saturation: 0.62, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AEECD8 is Cyan = 0.26, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 174 | 236 | 216 | - |
| CMYK | 0.26 | 0 | 0.08 | 0.07 |
| HSL | 160.65º | 0.62% | 0.8% | - |
| HSV(B) | 160.65º | 0.26% | 0.93% | - |
| XYZ | 59.85 | 73.95 | 76.08 | - |
| YUV | 215.18 | 128.46 | 98.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 236 | 216 | 0.26 | 0 | 0.08 | 0.07 | 160.65 | 0.62 | 0.8 |
| Hex | AE | EC | D8 | 1A | 0 | 8 | 7 | A1 | 3E | 50 |
| Octal | 256 | 354 | 330 | 32 | 0 | 10 | 7 | 241 | 76 | 120 |
| Binary | 10101110 | 11101100 | 11011000 | 11010 | 0 | 1000 | 111 | 10100001 | 111110 | 1010000 |
Color Harmonies of #AEECD8
Complementary color
Monochromatic Colors of #AEECD8
Black with #AEECD8
Text Example
Text Example
White with #AEECD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEECD8; }
p { color: rgb(174,236,216); }
H1.HeaderClassName
{
color: #AEECD8;
}
.AnyTagClassName
{
color: #AEECD8;
}
</style>
background-color css
<style>
a { background-color: #AEECD8; }
a { background-color: rgb(174,236,216); }
div.DivClassName
{
background-color: #AEECD8;
}
.BgClassName
{
background-color: #AEECD8;
}
</style>
border-color css
<style>
span { border-color: #AEECD8; }
span { border-color: rgb(174,236,216); }
td.TdClassName
{
border-color: #AEECD8;
}
.TagClassName
{
border-color: #AEECD8;
}
</style>