Shades of Ice Cold #AEEBD6
Tints of Ice Cold #AEEBD6
RGB
CMYK
RGB Variations
Color information
#AEEBD6 (or 0xAEEBD6) is known color: Ice Cold. HEX triplet: AE, EB and D6. RGB value is (174,235,214). Sum of RGB (Red+Green+Blue) = 174+235+214=623 (82% of max value = 765). Red value is 174 (68.36% from 255 or 27.93% from 623); Green value is 235 (92.19% from 255 or 37.72% from 623); Blue value is 214 (83.98% from 255 or 34.35% from 623); Max value from RGB is 235 - color contains mainly: green. Hex color #AEEBD6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEEBD6 is #511429. Grayscale: #D6D6D6. Windows color (decimal): -5313578 or 14085038. OLE color: 14085038.
HSL color Cylindrical-coordinate representation of color #AEEBD6: hue angle of 159.34º degrees, saturation: 0.6, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AEEBD6 is Cyan = 0.26, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 174 | 235 | 214 | - |
| CMYK | 0.26 | 0 | 0.09 | 0.08 |
| HSL | 159.34º | 0.6% | 0.8% | - |
| HSV(B) | 159.34º | 0.26% | 0.92% | - |
| XYZ | 59.3 | 73.27 | 74.64 | - |
| YUV | 214.37 | 127.79 | 99.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 235 | 214 | 0.26 | 0 | 0.09 | 0.08 | 159.34 | 0.6 | 0.8 |
| Hex | AE | EB | D6 | 1A | 0 | 9 | 8 | 9F | 3C | 50 |
| Octal | 256 | 353 | 326 | 32 | 0 | 11 | 10 | 237 | 74 | 120 |
| Binary | 10101110 | 11101011 | 11010110 | 11010 | 0 | 1001 | 1000 | 10011111 | 111100 | 1010000 |
Color Harmonies of #AEEBD6
Complementary color
Monochromatic Colors of #AEEBD6
Black with #AEEBD6
Text Example
Text Example
White with #AEEBD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEEBD6; }
p { color: rgb(174,235,214); }
H1.HeaderClassName
{
color: #AEEBD6;
}
.AnyTagClassName
{
color: #AEEBD6;
}
</style>
background-color css
<style>
a { background-color: #AEEBD6; }
a { background-color: rgb(174,235,214); }
div.DivClassName
{
background-color: #AEEBD6;
}
.BgClassName
{
background-color: #AEEBD6;
}
</style>
border-color css
<style>
span { border-color: #AEEBD6; }
span { border-color: rgb(174,235,214); }
td.TdClassName
{
border-color: #AEEBD6;
}
.TagClassName
{
border-color: #AEEBD6;
}
</style>