#A0E8D7

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

Shades of Ice Cold #A0E8D7

Tints of Ice Cold #A0E8D7

Color information

#A0E8D7 (or 0xA0E8D7) is unknown color: approx Ice Cold. HEX triplet: A0, E8 and D7. RGB value is (160,232,215). Sum of RGB (Red+Green+Blue) = 160+232+215=607 (80% of max value = 765). Red value is 160 (62.89% from 255 or 26.36% from 607); Green value is 232 (91.02% from 255 or 38.22% from 607); Blue value is 215 (84.38% from 255 or 35.42% from 607); Max value from RGB is 232 - color contains mainly: green. Hex color #A0E8D7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A0E8D7 is #5F1728. Grayscale: #D0D0D0. Windows color (decimal): -6231849 or 14149792. OLE color: 14149792.

HSL color Cylindrical-coordinate representation of color #A0E8D7: hue angle of 165.83º degrees, saturation: 0.61, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A0E8D7 is Cyan = 0.31, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.09.

Color convert

RGB160232215-
CMYK0.3100.070.09
HSL165.83º61.02%76.86%-
HSV(B)165.83º31.03%90.98%-
XYZ55.6270.0974.89-
YUV208.53131.6593.38-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 26.36%
GREEN value IS 232 (91.02% from 255) = 38.22%
BLUE value IS 215 (84.38% from 255) = 35.42%
R=26.36%
G=38.22%
B=35.42%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1602322150.3100.070.09165.8361.0276.86
HexA0E8D71F079a63d4d
Octal24035032737071124675115
Binary1010000011101000110101111111101111001101001101111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0E8D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0E8D7; }

 p { color: rgb(160,232,215); }

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

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

 a { background-color: rgb(160,232,215); }

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

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

 span { border-color: rgb(160,232,215); }

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