#A2EAD6

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

Shades of Ice Cold #A2EAD6

Tints of Ice Cold #A2EAD6

Color information

#A2EAD6 (or 0xA2EAD6) is unknown color: approx Ice Cold. HEX triplet: A2, EA and D6. RGB value is (162,234,214). Sum of RGB (Red+Green+Blue) = 162+234+214=610 (80% of max value = 765). Red value is 162 (63.67% from 255 or 26.56% from 610); Green value is 234 (91.80% from 255 or 38.36% from 610); Blue value is 214 (83.98% from 255 or 35.08% from 610); Max value from RGB is 234 - color contains mainly: green. Hex color #A2EAD6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A2EAD6 is #5D1529. Grayscale: #D2D2D2. Windows color (decimal): -6100266 or 14084770. OLE color: 14084770.

HSL color Cylindrical-coordinate representation of color #A2EAD6: hue angle of 163.33º 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 #A2EAD6 is Cyan = 0.31, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.08.

Color convert

RGB162234214-
CMYK0.3100.090.08
HSL163.33º63.16%77.65%-
HSV(B)163.33º30.77%91.76%-
XYZ56.4671.3874.42-
YUV210.19130.1593.63-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 26.56%
GREEN value IS 234 (91.80% from 255) = 38.36%
BLUE value IS 214 (83.98% from 255) = 35.08%
R=26.56%
G=38.36%
B=35.08%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1622342140.3100.090.08163.3363.1677.65
HexA2EAD61F098a33f4e
Octal242352326370111024377116
Binary10100010111010101101011011111010011000101000111111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2EAD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2EAD6; }

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

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

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

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

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

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

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

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