Shades of Ice Cold #AEDFD2
Tints of Ice Cold #AEDFD2
RGB
CMYK
RGB Variations
Color information
#AEDFD2 (or 0xAEDFD2) is known color: Ice Cold. HEX triplet: AE, DF and D2. RGB value is (174,223,210). Sum of RGB (Red+Green+Blue) = 174+223+210=607 (80% of max value = 765). Red value is 174 (68.36% from 255 or 28.67% from 607); Green value is 223 (87.5% from 255 or 36.74% from 607); Blue value is 210 (82.42% from 255 or 34.60% from 607); Max value from RGB is 223 - color contains mainly: green. Hex color #AEDFD2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEDFD2 is #51202D. Grayscale: #CECECE. Windows color (decimal): -5316654 or 13819822. OLE color: 13819822.
HSL color Cylindrical-coordinate representation of color #AEDFD2: hue angle of 164.08º 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 #AEDFD2 is Cyan = 0.22, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 174 | 223 | 210 | - |
| CMYK | 0.22 | 0 | 0.06 | 0.13 |
| HSL | 164.08º | 0.43% | 0.78% | - |
| HSV(B) | 164.08º | 0.22% | 0.87% | - |
| XYZ | 55.48 | 66.43 | 70.87 | - |
| YUV | 206.87 | 129.77 | 104.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 223 | 210 | 0.22 | 0 | 0.06 | 0.13 | 164.08 | 0.43 | 0.78 |
| Hex | AE | DF | D2 | 16 | 0 | 6 | D | A4 | 2B | 4E |
| Octal | 256 | 337 | 322 | 26 | 0 | 6 | 15 | 244 | 53 | 116 |
| Binary | 10101110 | 11011111 | 11010010 | 10110 | 0 | 110 | 1101 | 10100100 | 101011 | 1001110 |
Color Harmonies of #AEDFD2
Complementary color
Monochromatic Colors of #AEDFD2
Black with #AEDFD2
Text Example
Text Example
White with #AEDFD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEDFD2; }
p { color: rgb(174,223,210); }
H1.HeaderClassName
{
color: #AEDFD2;
}
.AnyTagClassName
{
color: #AEDFD2;
}
</style>
background-color css
<style>
a { background-color: #AEDFD2; }
a { background-color: rgb(174,223,210); }
div.DivClassName
{
background-color: #AEDFD2;
}
.BgClassName
{
background-color: #AEDFD2;
}
</style>
border-color css
<style>
span { border-color: #AEDFD2; }
span { border-color: rgb(174,223,210); }
td.TdClassName
{
border-color: #AEDFD2;
}
.TagClassName
{
border-color: #AEDFD2;
}
</style>