#A0ECDD

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

Shades of Ice Cold #A0ECDD

Tints of Ice Cold #A0ECDD

Color information

#A0ECDD (or 0xA0ECDD) is unknown color: approx Ice Cold. HEX triplet: A0, EC and DD. RGB value is (160,236,221). Sum of RGB (Red+Green+Blue) = 160+236+221=617 (81% of max value = 765). Red value is 160 (62.89% from 255 or 25.93% from 617); Green value is 236 (92.58% from 255 or 38.25% from 617); Blue value is 221 (86.72% from 255 or 35.82% from 617); Max value from RGB is 236 - color contains mainly: green. Hex color #A0ECDD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A0ECDD is #5F1322. Grayscale: #D3D3D3. Windows color (decimal): -6230819 or 14544032. OLE color: 14544032.

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

Color convert

RGB160236221-
CMYK0.3200.060.07
HSL168.16º66.67%77.65%-
HSV(B)168.16º32.2%92.55%-
XYZ57.5472.6879.4-
YUV211.57133.3291.22-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 25.93%
GREEN value IS 236 (92.58% from 255) = 38.25%
BLUE value IS 221 (86.72% from 255) = 35.82%
R=25.93%
G=38.25%
B=35.82%

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
Decimal1602362210.3200.060.07168.1666.6777.65
HexA0ECDD20067a8434e
Octal24035433540067250103116
Binary10100000111011001101110110000001101111010100010000111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0ECDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0ECDD; }

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

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

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

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

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

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

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

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