#A2ECE0

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

Shades of Ice Cold #A2ECE0

Tints of Ice Cold #A2ECE0

Color information

#A2ECE0 (or 0xA2ECE0) is unknown color: approx Ice Cold. HEX triplet: A2, EC and E0. RGB value is (162,236,224). Sum of RGB (Red+Green+Blue) = 162+236+224=622 (82% of max value = 765). Red value is 162 (63.67% from 255 or 26.05% from 622); Green value is 236 (92.58% from 255 or 37.94% from 622); Blue value is 224 (87.89% from 255 or 36.01% from 622); Max value from RGB is 236 - color contains mainly: green. Hex color #A2ECE0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A2ECE0 is #5D131F. Grayscale: #D4D4D4. Windows color (decimal): -6099744 or 14740642. OLE color: 14740642.

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

Color convert

RGB162236224-
CMYK0.3100.050.07
HSL170.27º66.07%78.04%-
HSV(B)170.27º31.36%92.55%-
XYZ58.3573.0581.55-
YUV212.51134.4891.98-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 26.05%
GREEN value IS 236 (92.58% from 255) = 37.94%
BLUE value IS 224 (87.89% from 255) = 36.01%
R=26.05%
G=37.94%
B=36.01%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1622362240.3100.050.07170.2766.0778.04
HexA2ECE01F057aa424e
Octal24235434037057252102116
Binary1010001011101100111000001111101011111010101010000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2ECE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2ECE0; }

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

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

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

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

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

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

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

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