#A0ECDB

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

Shades of Ice Cold #A0ECDB

Tints of Ice Cold #A0ECDB

Color information

#A0ECDB (or 0xA0ECDB) is unknown color: approx Ice Cold. HEX triplet: A0, EC and DB. RGB value is (160,236,219). Sum of RGB (Red+Green+Blue) = 160+236+219=615 (81% of max value = 765). Red value is 160 (62.89% from 255 or 26.02% from 615); Green value is 236 (92.58% from 255 or 38.37% from 615); Blue value is 219 (85.94% from 255 or 35.61% from 615); Max value from RGB is 236 - color contains mainly: green. Hex color #A0ECDB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A0ECDB is #5F1324. Grayscale: #D3D3D3. Windows color (decimal): -6230821 or 14412960. OLE color: 14412960.

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

Color convert

RGB160236219-
CMYK0.3200.070.07
HSL166.58º66.67%77.65%-
HSV(B)166.58º32.2%92.55%-
XYZ57.2872.5878.01-
YUV211.34132.3291.38-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 26.02%
GREEN value IS 236 (92.58% from 255) = 38.37%
BLUE value IS 219 (85.94% from 255) = 35.61%
R=26.02%
G=38.37%
B=35.61%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1602362190.3200.070.07166.5866.6777.65
HexA0ECDB20077a7434e
Octal24035433340077247103116
Binary10100000111011001101101110000001111111010011110000111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0ECDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0ECDB; }

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

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

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

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

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

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

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

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