#A2EADD

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

Shades of Ice Cold #A2EADD

Tints of Ice Cold #A2EADD

Color information

#A2EADD (or 0xA2EADD) is unknown color: approx Ice Cold. HEX triplet: A2, EA and DD. RGB value is (162,234,221). Sum of RGB (Red+Green+Blue) = 162+234+221=617 (81% of max value = 765). Red value is 162 (63.67% from 255 or 26.26% from 617); Green value is 234 (91.80% from 255 or 37.93% from 617); Blue value is 221 (86.72% from 255 or 35.82% from 617); Max value from RGB is 234 - color contains mainly: green. Hex color #A2EADD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A2EADD is #5D1522. Grayscale: #D2D2D2. Windows color (decimal): -6100259 or 14543522. OLE color: 14543522.

HSL color Cylindrical-coordinate representation of color #A2EADD: hue angle of 169.17º degrees, saturation: 0.63, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A2EADD is Cyan = 0.31, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.08.

Color convert

RGB162234221-
CMYK0.3100.060.08
HSL169.17º63.16%77.65%-
HSV(B)169.17º30.77%91.76%-
XYZ57.3771.7579.23-
YUV210.99133.6593.06-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 26.26%
GREEN value IS 234 (91.80% from 255) = 37.93%
BLUE value IS 221 (86.72% from 255) = 35.82%
R=26.26%
G=37.93%
B=35.82%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1622342210.3100.060.08169.1763.1677.65
HexA2EADD1F068a93f4e
Octal24235233537061025177116
Binary1010001011101010110111011111101101000101010011111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2EADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2EADD; }

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

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

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

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

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

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

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

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