#A2E9DD

Color #A2E9DD Ice Cold (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ice Cold #A2E9DD

Tints of Ice Cold #A2E9DD

Color information

#A2E9DD (or 0xA2E9DD) is unknown color: approx Ice Cold. HEX triplet: A2, E9 and DD. RGB value is (162,233,221). Sum of RGB (Red+Green+Blue) = 162+233+221=616 (81% of max value = 765). Red value is 162 (63.67% from 255 or 26.30% from 616); Green value is 233 (91.41% from 255 or 37.82% from 616); Blue value is 221 (86.72% from 255 or 35.88% from 616); Max value from RGB is 233 - color contains mainly: green. Hex color #A2E9DD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A2E9DD is #5D1622. Grayscale: #D2D2D2. Windows color (decimal): -6100515 or 14543266. OLE color: 14543266.

HSL color Cylindrical-coordinate representation of color #A2E9DD: hue angle of 169.86º degrees, saturation: 0.62, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A2E9DD is Cyan = 0.30, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.09.

Color convert

RGB162233221-
CMYK0.3000.050.09
HSL169.86º61.74%77.45%-
HSV(B)169.86º30.47%91.37%-
XYZ57.0971.1879.14-
YUV210.4133.9893.48-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 162 (63.67% from 255) = 26.30%
GREEN value IS 233 (91.41% from 255) = 37.82%
BLUE value IS 221 (86.72% from 255) = 35.88%
R=26.30%
G=37.82%
B=35.88%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1622332210.3000.050.09169.8661.7477.45
HexA2E9DD1E059aa3e4d
Octal24235133536051125276115
Binary1010001011101001110111011111001011001101010101111101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2E9DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2E9DD; }

 p { color: rgb(162,233,221); }

 H1.HeaderClassName
 {
   color: #A2E9DD;
 }
 .AnyTagClassName
 {
   color: #A2E9DD;
 }
</style>
background-color css

<style>
 a { background-color: #A2E9DD; }

 a { background-color: rgb(162,233,221); }

 div.DivClassName
 {
   background-color: #A2E9DD;
 }
 .BgClassName
 {
   background-color: #A2E9DD;
 }
</style>
border-color css

<style>
 span { border-color: #A2E9DD; }

 span { border-color: rgb(162,233,221); }

 td.TdClassName
 {
   border-color: #A2E9DD;
 }
 .TagClassName
 {
   border-color: #A2E9DD;
 }
</style>