#A2E8DC

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

Shades of Ice Cold #A2E8DC

Tints of Ice Cold #A2E8DC

Color information

#A2E8DC (or 0xA2E8DC) is unknown color: approx Ice Cold. HEX triplet: A2, E8 and DC. RGB value is (162,232,220). Sum of RGB (Red+Green+Blue) = 162+232+220=614 (81% of max value = 765). Red value is 162 (63.67% from 255 or 26.38% from 614); Green value is 232 (91.02% from 255 or 37.79% from 614); Blue value is 220 (86.33% from 255 or 35.83% from 614); Max value from RGB is 232 - color contains mainly: green. Hex color #A2E8DC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A2E8DC is #5D1723. Grayscale: #D1D1D1. Windows color (decimal): -6100772 or 14477474. OLE color: 14477474.

HSL color Cylindrical-coordinate representation of color #A2E8DC: hue angle of 169.71º degrees, saturation: 0.6, 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 #A2E8DC is Cyan = 0.30, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.09.

Color convert

RGB162232220-
CMYK0.3000.050.09
HSL169.71º60.34%77.25%-
HSV(B)169.71º30.17%90.98%-
XYZ56.6870.5678.34-
YUV209.7133.8193.98-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 26.38%
GREEN value IS 232 (91.02% from 255) = 37.79%
BLUE value IS 220 (86.33% from 255) = 35.83%
R=26.38%
G=37.79%
B=35.83%

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
Decimal1622322200.3000.050.09169.7160.3477.25
HexA2E8DC1E059aa3c4d
Octal24235033436051125274115
Binary1010001011101000110111001111001011001101010101111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2E8DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2E8DC; }

 p { color: rgb(162,232,220); }

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

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

 a { background-color: rgb(162,232,220); }

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

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

 span { border-color: rgb(162,232,220); }

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