Shades of Ice Cold #A2EDDF
Tints of Ice Cold #A2EDDF
RGB
CMYK
RGB Variations
Color information
#A2EDDF (or 0xA2EDDF) is known color: Ice Cold. HEX triplet: A2, ED and DF. RGB value is (162,237,223). Sum of RGB (Red+Green+Blue) = 162+237+223=622 (82% of max value = 765). Red value is 162 (63.67% from 255 or 26.05% from 622); Green value is 237 (92.97% from 255 or 38.10% from 622); Blue value is 223 (87.5% from 255 or 35.85% from 622); Max value from RGB is 237 - color contains mainly: green. Hex color #A2EDDF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A2EDDF is #5D1220. Grayscale: #D4D4D4. Windows color (decimal): -6099489 or 14675362. OLE color: 14675362.
HSL color Cylindrical-coordinate representation of color #A2EDDF: hue angle of 168.8º degrees, saturation: 0.68, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A2EDDF is Cyan = 0.32, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
RGB | 162 | 237 | 223 | - |
CMYK | 0.32 | 0 | 0.06 | 0.07 |
HSL | 168.8º | 0.68% | 0.78% | - |
HSV(B) | 168.8º | 0.32% | 0.93% | - |
XYZ | 58.5 | 73.58 | 80.93 | - |
YUV | 212.98 | 133.65 | 91.64 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 162 | 237 | 223 | 0.32 | 0 | 0.06 | 0.07 | 168.8 | 0.68 | 0.78 |
Hex | A2 | ED | DF | 20 | 0 | 6 | 7 | A9 | 44 | 4E |
Octal | 242 | 355 | 337 | 40 | 0 | 6 | 7 | 251 | 104 | 116 |
Binary | 10100010 | 11101101 | 11011111 | 100000 | 0 | 110 | 111 | 10101001 | 1000100 | 1001110 |
Color Harmonies of #A2EDDF
Complementary color
Monochromatic Colors of #A2EDDF
Black with #A2EDDF
Text Example
Text Example
White with #A2EDDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2EDDF; }
p { color: rgb(162,237,223); }
H1.HeaderClassName
{
color: #A2EDDF;
}
.AnyTagClassName
{
color: #A2EDDF;
}
</style>
background-color css
<style>
a { background-color: #A2EDDF; }
a { background-color: rgb(162,237,223); }
div.DivClassName
{
background-color: #A2EDDF;
}
.BgClassName
{
background-color: #A2EDDF;
}
</style>
border-color css
<style>
span { border-color: #A2EDDF; }
span { border-color: rgb(162,237,223); }
td.TdClassName
{
border-color: #A2EDDF;
}
.TagClassName
{
border-color: #A2EDDF;
}
</style>