#A0ECDF

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

Shades of Ice Cold #A0ECDF

Tints of Ice Cold #A0ECDF

Color information

#A0ECDF (or 0xA0ECDF) is unknown color: approx Ice Cold. HEX triplet: A0, EC and DF. RGB value is (160,236,223). Sum of RGB (Red+Green+Blue) = 160+236+223=619 (81% of max value = 765). Red value is 160 (62.89% from 255 or 25.85% from 619); Green value is 236 (92.58% from 255 or 38.13% from 619); Blue value is 223 (87.5% from 255 or 36.03% from 619); Max value from RGB is 236 - color contains mainly: green. Hex color #A0ECDF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A0ECDF is #5F1320. Grayscale: #D3D3D3. Windows color (decimal): -6230817 or 14675104. OLE color: 14675104.

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

Color convert

RGB160236223-
CMYK0.3200.060.07
HSL169.74º66.67%77.65%-
HSV(B)169.74º32.2%92.55%-
XYZ57.8172.7980.82-
YUV211.79134.3291.06-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 25.85%
GREEN value IS 236 (92.58% from 255) = 38.13%
BLUE value IS 223 (87.5% from 255) = 36.03%
R=25.85%
G=38.13%
B=36.03%

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
Decimal1602362230.3200.060.07169.7466.6777.65
HexA0ECDF20067aa434e
Octal24035433740067252103116
Binary10100000111011001101111110000001101111010101010000111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0ECDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0ECDF; }

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

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

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

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

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

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

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

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