#A0EBD8

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

Shades of Ice Cold #A0EBD8

Tints of Ice Cold #A0EBD8

Color information

#A0EBD8 (or 0xA0EBD8) is unknown color: approx Ice Cold. HEX triplet: A0, EB and D8. RGB value is (160,235,216). Sum of RGB (Red+Green+Blue) = 160+235+216=611 (80% of max value = 765). Red value is 160 (62.89% from 255 or 26.19% from 611); Green value is 235 (92.19% from 255 or 38.46% from 611); Blue value is 216 (84.77% from 255 or 35.35% from 611); Max value from RGB is 235 - color contains mainly: green. Hex color #A0EBD8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A0EBD8 is #5F1427. Grayscale: #D2D2D2. Windows color (decimal): -6231080 or 14216096. OLE color: 14216096.

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

Color convert

RGB160235216-
CMYK0.3200.080.08
HSL164.8º65.22%77.45%-
HSV(B)164.8º31.91%92.16%-
XYZ56.671.8575.85-
YUV210.41131.1592.04-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 26.19%
GREEN value IS 235 (92.19% from 255) = 38.46%
BLUE value IS 216 (84.77% from 255) = 35.35%
R=26.19%
G=38.46%
B=35.35%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1602352160.3200.080.08164.865.2277.45
HexA0EBD820088a5414d
Octal2403533304001010245101115
Binary1010000011101011110110001000000100010001010010110000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0EBD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0EBD8; }

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

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

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

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

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

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

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

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