#A5DEC9

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

Shades of Ice Cold #A5DEC9

Tints of Ice Cold #A5DEC9

Color information

#A5DEC9 (or 0xA5DEC9) is unknown color: approx Ice Cold. HEX triplet: A5, DE and C9. RGB value is (165,222,201). Sum of RGB (Red+Green+Blue) = 165+222+201=588 (77% of max value = 765). Red value is 165 (64.84% from 255 or 28.06% from 588); Green value is 222 (87.11% from 255 or 37.76% from 588); Blue value is 201 (78.91% from 255 or 34.18% from 588); Max value from RGB is 222 - color contains mainly: green. Hex color #A5DEC9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5DEC9 is #5A2136. Grayscale: #CACACA. Windows color (decimal): -5906743 or 13229733. OLE color: 13229733.

HSL color Cylindrical-coordinate representation of color #A5DEC9: hue angle of 157.89º degrees, saturation: 0.46, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A5DEC9 is Cyan = 0.26, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.

Color convert

RGB165222201-
CMYK0.2600.090.13
HSL157.89º46.34%75.88%-
HSV(B)157.89º25.68%87.06%-
XYZ52.1864.4664.95-
YUV202.56127.12101.21-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 28.06%
GREEN value IS 222 (87.11% from 255) = 37.76%
BLUE value IS 201 (78.91% from 255) = 34.18%
R=28.06%
G=37.76%
B=34.18%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1652222010.2600.090.13157.8946.3475.88
HexA5DEC91A09D9e2e4c
Octal245336311320111523656114
Binary10100101110111101100100111010010011101100111101011101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5DEC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5DEC9; }

 p { color: rgb(165,222,201); }

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

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

 a { background-color: rgb(165,222,201); }

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

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

 span { border-color: rgb(165,222,201); }

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