#A2ECDD

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

Shades of Ice Cold #A2ECDD

Tints of Ice Cold #A2ECDD

Color information

#A2ECDD (or 0xA2ECDD) is unknown color: approx Ice Cold. HEX triplet: A2, EC and DD. RGB value is (162,236,221). Sum of RGB (Red+Green+Blue) = 162+236+221=619 (81% of max value = 765). Red value is 162 (63.67% from 255 or 26.17% from 619); Green value is 236 (92.58% from 255 or 38.13% from 619); Blue value is 221 (86.72% from 255 or 35.70% from 619); Max value from RGB is 236 - color contains mainly: green. Hex color #A2ECDD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A2ECDD is #5D1322. Grayscale: #D4D4D4. Windows color (decimal): -6099747 or 14544034. OLE color: 14544034.

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

Color convert

RGB162236221-
CMYK0.3100.060.07
HSL167.84º66.07%78.04%-
HSV(B)167.84º31.36%92.55%-
XYZ57.9572.8979.42-
YUV212.16132.9892.22-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 26.17%
GREEN value IS 236 (92.58% from 255) = 38.13%
BLUE value IS 221 (86.72% from 255) = 35.70%
R=26.17%
G=38.13%
B=35.70%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1622362210.3100.060.07167.8466.0778.04
HexA2ECDD1F067a8424e
Octal24235433537067250102116
Binary1010001011101100110111011111101101111010100010000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2ECDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2ECDD; }

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

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

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

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

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

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

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

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