#A2EDDE

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

Shades of Ice Cold #A2EDDE

Tints of Ice Cold #A2EDDE

Color information

#A2EDDE (or 0xA2EDDE) is unknown color: approx Ice Cold. HEX triplet: A2, ED and DE. RGB value is (162,237,222). Sum of RGB (Red+Green+Blue) = 162+237+222=621 (82% of max value = 765). Red value is 162 (63.67% from 255 or 26.09% from 621); Green value is 237 (92.97% from 255 or 38.16% from 621); Blue value is 222 (87.11% from 255 or 35.75% from 621); Max value from RGB is 237 - color contains mainly: green. Hex color #A2EDDE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A2EDDE is #5D1221. Grayscale: #D4D4D4. Windows color (decimal): -6099490 or 14609826. OLE color: 14609826.

HSL color Cylindrical-coordinate representation of color #A2EDDE: hue angle of 168º 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 #A2EDDE is Cyan = 0.32, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.07.

Color convert

RGB162237222-
CMYK0.3200.060.07
HSL168º67.57%78.24%-
HSV(B)168º31.65%92.94%-
XYZ58.3773.5280.22-
YUV212.86133.1591.72-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 26.09%
GREEN value IS 237 (92.97% from 255) = 38.16%
BLUE value IS 222 (87.11% from 255) = 35.75%
R=26.09%
G=38.16%
B=35.75%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1622372220.3200.060.0716867.5778.24
HexA2EDDE20067a8444e
Octal24235533640067250104116
Binary10100010111011011101111010000001101111010100010001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2EDDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2EDDE; }

 p { color: rgb(162,237,222); }

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

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

 a { background-color: rgb(162,237,222); }

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

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

 span { border-color: rgb(162,237,222); }

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