#A0ECD9

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

Shades of Ice Cold #A0ECD9

Tints of Ice Cold #A0ECD9

Color information

#A0ECD9 (or 0xA0ECD9) is unknown color: approx Ice Cold. HEX triplet: A0, EC and D9. RGB value is (160,236,217). Sum of RGB (Red+Green+Blue) = 160+236+217=613 (81% of max value = 765). Red value is 160 (62.89% from 255 or 26.10% from 613); Green value is 236 (92.58% from 255 or 38.50% from 613); Blue value is 217 (85.16% from 255 or 35.40% from 613); Max value from RGB is 236 - color contains mainly: green. Hex color #A0ECD9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A0ECD9 is #5F1326. Grayscale: #D3D3D3. Windows color (decimal): -6230823 or 14281888. OLE color: 14281888.

HSL color Cylindrical-coordinate representation of color #A0ECD9: hue angle of 165º degrees, saturation: 0.67, 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 #A0ECD9 is Cyan = 0.32, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.

Color convert

RGB160236217-
CMYK0.3200.080.07
HSL165º66.67%77.65%-
HSV(B)165º32.2%92.55%-
XYZ57.0272.4776.63-
YUV211.11131.3291.54-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 26.10%
GREEN value IS 236 (92.58% from 255) = 38.50%
BLUE value IS 217 (85.16% from 255) = 35.40%
R=26.10%
G=38.50%
B=35.40%

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
Decimal1602362170.3200.080.0716566.6777.65
HexA0ECD920087a5434e
Octal240354331400107245103116
Binary101000001110110011011001100000010001111010010110000111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0ECD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0ECD9; }

 p { color: rgb(160,236,217); }

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

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

 a { background-color: rgb(160,236,217); }

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

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

 span { border-color: rgb(160,236,217); }

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