#A0E9DE

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

Shades of Ice Cold #A0E9DE

Tints of Ice Cold #A0E9DE

Color information

#A0E9DE (or 0xA0E9DE) is unknown color: approx Ice Cold. HEX triplet: A0, E9 and DE. RGB value is (160,233,222). Sum of RGB (Red+Green+Blue) = 160+233+222=615 (81% of max value = 765). Red value is 160 (62.89% from 255 or 26.02% from 615); Green value is 233 (91.41% from 255 or 37.89% from 615); Blue value is 222 (87.11% from 255 or 36.10% from 615); Max value from RGB is 233 - color contains mainly: green. Hex color #A0E9DE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A0E9DE is #5F1621. Grayscale: #D1D1D1. Windows color (decimal): -6231586 or 14608800. OLE color: 14608800.

HSL color Cylindrical-coordinate representation of color #A0E9DE: hue angle of 170.96º degrees, saturation: 0.62, 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 #A0E9DE is Cyan = 0.31, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.09.

Color convert

RGB160233222-
CMYK0.3100.050.09
HSL170.96º62.39%77.06%-
HSV(B)170.96º31.33%91.37%-
XYZ56.8271.0379.82-
YUV209.92134.8292.39-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 26.02%
GREEN value IS 233 (91.41% from 255) = 37.89%
BLUE value IS 222 (87.11% from 255) = 36.10%
R=26.02%
G=37.89%
B=36.10%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1602332220.3100.050.09170.9662.3977.06
HexA0E9DE1F059ab3e4d
Octal24035133637051125376115
Binary1010000011101001110111101111101011001101010111111101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0E9DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0E9DE; }

 p { color: rgb(160,233,222); }

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

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

 a { background-color: rgb(160,233,222); }

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

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

 span { border-color: rgb(160,233,222); }

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