#A1ECDA

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

Shades of Ice Cold #A1ECDA

Tints of Ice Cold #A1ECDA

Color information

#A1ECDA (or 0xA1ECDA) is unknown color: approx Ice Cold. HEX triplet: A1, EC and DA. RGB value is (161,236,218). Sum of RGB (Red+Green+Blue) = 161+236+218=615 (81% of max value = 765). Red value is 161 (63.28% from 255 or 26.18% from 615); Green value is 236 (92.58% from 255 or 38.37% from 615); Blue value is 218 (85.55% from 255 or 35.45% from 615); Max value from RGB is 236 - color contains mainly: green. Hex color #A1ECDA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A1ECDA is #5E1325. Grayscale: #D3D3D3. Windows color (decimal): -6165286 or 14347425. OLE color: 14347425.

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

Color convert

RGB161236218-
CMYK0.3200.080.07
HSL165.6º66.37%77.84%-
HSV(B)165.6º31.78%92.55%-
XYZ57.3572.6377.33-
YUV211.52131.6591.96-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 26.18%
GREEN value IS 236 (92.58% from 255) = 38.37%
BLUE value IS 218 (85.55% from 255) = 35.45%
R=26.18%
G=38.37%
B=35.45%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1612362180.3200.080.07165.666.3777.84
HexA1ECDA20087a6424e
Octal241354332400107246102116
Binary101000011110110011011010100000010001111010011010000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1ECDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1ECDA; }

 p { color: rgb(161,236,218); }

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

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

 a { background-color: rgb(161,236,218); }

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

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

 span { border-color: rgb(161,236,218); }

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