#A0ECDE

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

Shades of Ice Cold #A0ECDE

Tints of Ice Cold #A0ECDE

Color information

#A0ECDE (or 0xA0ECDE) is unknown color: approx Ice Cold. HEX triplet: A0, EC and DE. RGB value is (160,236,222). Sum of RGB (Red+Green+Blue) = 160+236+222=618 (81% of max value = 765). Red value is 160 (62.89% from 255 or 25.89% from 618); Green value is 236 (92.58% from 255 or 38.19% from 618); Blue value is 222 (87.11% from 255 or 35.92% from 618); Max value from RGB is 236 - color contains mainly: green. Hex color #A0ECDE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A0ECDE is #5F1321. Grayscale: #D3D3D3. Windows color (decimal): -6230818 or 14609568. OLE color: 14609568.

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

Color convert

RGB160236222-
CMYK0.3200.060.07
HSL168.95º66.67%77.65%-
HSV(B)168.95º32.2%92.55%-
XYZ57.6872.7480.11-
YUV211.68133.8291.14-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 25.89%
GREEN value IS 236 (92.58% from 255) = 38.19%
BLUE value IS 222 (87.11% from 255) = 35.92%
R=25.89%
G=38.19%
B=35.92%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1602362220.3200.060.07168.9566.6777.65
HexA0ECDE20067a9434e
Octal24035433640067251103116
Binary10100000111011001101111010000001101111010100110000111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0ECDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0ECDE; }

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

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

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

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

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

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

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

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