Shades of Ice Cold #A2EFDF
Tints of Ice Cold #A2EFDF
RGB
CMYK
RGB Variations
Color information
#A2EFDF (or 0xA2EFDF) is known color: Ice Cold. HEX triplet: A2, EF and DF. RGB value is (162,239,223). Sum of RGB (Red+Green+Blue) = 162+239+223=624 (82% of max value = 765). Red value is 162 (63.67% from 255 or 25.96% from 624); Green value is 239 (93.75% from 255 or 38.30% from 624); Blue value is 223 (87.5% from 255 or 35.74% from 624); Max value from RGB is 239 - color contains mainly: green. Hex color #A2EFDF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A2EFDF is #5D1020. Grayscale: #D6D6D6. Windows color (decimal): -6098977 or 14675874. OLE color: 14675874.
HSL color Cylindrical-coordinate representation of color #A2EFDF: hue angle of 167.53º degrees, saturation: 0.71, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A2EFDF is Cyan = 0.32, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 162 | 239 | 223 | - |
| CMYK | 0.32 | 0 | 0.07 | 0.06 |
| HSL | 167.53º | 0.71% | 0.79% | - |
| HSV(B) | 167.53º | 0.32% | 0.94% | - |
| XYZ | 59.09 | 74.74 | 81.12 | - |
| YUV | 214.15 | 132.99 | 90.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 239 | 223 | 0.32 | 0 | 0.07 | 0.06 | 167.53 | 0.71 | 0.79 |
| Hex | A2 | EF | DF | 20 | 0 | 7 | 6 | A8 | 47 | 4F |
| Octal | 242 | 357 | 337 | 40 | 0 | 7 | 6 | 250 | 107 | 117 |
| Binary | 10100010 | 11101111 | 11011111 | 100000 | 0 | 111 | 110 | 10101000 | 1000111 | 1001111 |
Color Harmonies of #A2EFDF
Complementary color
Monochromatic Colors of #A2EFDF
Black with #A2EFDF
Text Example
Text Example
White with #A2EFDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2EFDF; }
p { color: rgb(162,239,223); }
H1.HeaderClassName
{
color: #A2EFDF;
}
.AnyTagClassName
{
color: #A2EFDF;
}
</style>
background-color css
<style>
a { background-color: #A2EFDF; }
a { background-color: rgb(162,239,223); }
div.DivClassName
{
background-color: #A2EFDF;
}
.BgClassName
{
background-color: #A2EFDF;
}
</style>
border-color css
<style>
span { border-color: #A2EFDF; }
span { border-color: rgb(162,239,223); }
td.TdClassName
{
border-color: #A2EFDF;
}
.TagClassName
{
border-color: #A2EFDF;
}
</style>