Shades of Ice Cold #AEDFD6
Tints of Ice Cold #AEDFD6
RGB
CMYK
RGB Variations
Color information
#AEDFD6 (or 0xAEDFD6) is known color: Ice Cold. HEX triplet: AE, DF and D6. RGB value is (174,223,214). Sum of RGB (Red+Green+Blue) = 174+223+214=611 (80% of max value = 765). Red value is 174 (68.36% from 255 or 28.48% from 611); Green value is 223 (87.5% from 255 or 36.50% from 611); Blue value is 214 (83.98% from 255 or 35.02% from 611); Max value from RGB is 223 - color contains mainly: green. Hex color #AEDFD6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEDFD6 is #512029. Grayscale: #CFCFCF. Windows color (decimal): -5316650 or 14081966. OLE color: 14081966.
HSL color Cylindrical-coordinate representation of color #AEDFD6: hue angle of 168.98º degrees, saturation: 0.43, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AEDFD6 is Cyan = 0.22, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 174 | 223 | 214 | - |
| CMYK | 0.22 | 0 | 0.04 | 0.13 |
| HSL | 168.98º | 0.43% | 0.78% | - |
| HSV(B) | 168.98º | 0.22% | 0.87% | - |
| XYZ | 55.98 | 66.63 | 73.53 | - |
| YUV | 207.32 | 131.77 | 104.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 223 | 214 | 0.22 | 0 | 0.04 | 0.13 | 168.98 | 0.43 | 0.78 |
| Hex | AE | DF | D6 | 16 | 0 | 4 | D | A9 | 2B | 4E |
| Octal | 256 | 337 | 326 | 26 | 0 | 4 | 15 | 251 | 53 | 116 |
| Binary | 10101110 | 11011111 | 11010110 | 10110 | 0 | 100 | 1101 | 10101001 | 101011 | 1001110 |
Color Harmonies of #AEDFD6
Complementary color
Monochromatic Colors of #AEDFD6
Black with #AEDFD6
Text Example
Text Example
White with #AEDFD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEDFD6; }
p { color: rgb(174,223,214); }
H1.HeaderClassName
{
color: #AEDFD6;
}
.AnyTagClassName
{
color: #AEDFD6;
}
</style>
background-color css
<style>
a { background-color: #AEDFD6; }
a { background-color: rgb(174,223,214); }
div.DivClassName
{
background-color: #AEDFD6;
}
.BgClassName
{
background-color: #AEDFD6;
}
</style>
border-color css
<style>
span { border-color: #AEDFD6; }
span { border-color: rgb(174,223,214); }
td.TdClassName
{
border-color: #AEDFD6;
}
.TagClassName
{
border-color: #AEDFD6;
}
</style>