#A0EBDC

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

Shades of Ice Cold #A0EBDC

Tints of Ice Cold #A0EBDC

Color information

#A0EBDC (or 0xA0EBDC) is unknown color: approx Ice Cold. HEX triplet: A0, EB and DC. RGB value is (160,235,220). Sum of RGB (Red+Green+Blue) = 160+235+220=615 (81% of max value = 765). Red value is 160 (62.89% from 255 or 26.02% from 615); Green value is 235 (92.19% from 255 or 38.21% from 615); Blue value is 220 (86.33% from 255 or 35.77% from 615); Max value from RGB is 235 - color contains mainly: green. Hex color #A0EBDC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A0EBDC is #5F1423. Grayscale: #D2D2D2. Windows color (decimal): -6231076 or 14478240. OLE color: 14478240.

HSL color Cylindrical-coordinate representation of color #A0EBDC: hue angle of 168º degrees, saturation: 0.65, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A0EBDC is Cyan = 0.32, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.08.

Color convert

RGB160235220-
CMYK0.3200.060.08
HSL168º65.22%77.45%-
HSV(B)168º31.91%92.16%-
XYZ57.1272.0678.61-
YUV210.86133.1591.72-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 26.02%
GREEN value IS 235 (92.19% from 255) = 38.21%
BLUE value IS 220 (86.33% from 255) = 35.77%
R=26.02%
G=38.21%
B=35.77%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1602352200.3200.060.0816865.2277.45
HexA0EBDC20068a8414d
Octal240353334400610250101115
Binary101000001110101111011100100000011010001010100010000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0EBDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0EBDC; }

 p { color: rgb(160,235,220); }

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

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

 a { background-color: rgb(160,235,220); }

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

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

 span { border-color: rgb(160,235,220); }

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