#A4DEC8

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

Shades of Ice Cold #A4DEC8

Tints of Ice Cold #A4DEC8

Color information

#A4DEC8 (or 0xA4DEC8) is unknown color: approx Ice Cold. HEX triplet: A4, DE and C8. RGB value is (164,222,200). Sum of RGB (Red+Green+Blue) = 164+222+200=586 (77% of max value = 765). Red value is 164 (64.45% from 255 or 27.99% from 586); Green value is 222 (87.11% from 255 or 37.88% from 586); Blue value is 200 (78.52% from 255 or 34.13% from 586); Max value from RGB is 222 - color contains mainly: green. Hex color #A4DEC8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4DEC8 is #5B2137. Grayscale: #CACACA. Windows color (decimal): -5972280 or 13164196. OLE color: 13164196.

HSL color Cylindrical-coordinate representation of color #A4DEC8: hue angle of 157.24º degrees, saturation: 0.47, 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 #A4DEC8 is Cyan = 0.26, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.13.

Color convert

RGB164222200-
CMYK0.2600.100.13
HSL157.24º46.77%75.69%-
HSV(B)157.24º26.13%87.06%-
XYZ51.8664.3164.32-
YUV202.15126.78100.79-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 27.99%
GREEN value IS 222 (87.11% from 255) = 37.88%
BLUE value IS 200 (78.52% from 255) = 34.13%
R=27.99%
G=37.88%
B=34.13%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1642222000.2600.100.13157.2446.7775.69
HexA4DEC81A0AD9d2f4c
Octal244336310320121523557114
Binary10100100110111101100100011010010101101100111011011111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4DEC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4DEC8; }

 p { color: rgb(164,222,200); }

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

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

 a { background-color: rgb(164,222,200); }

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

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

 span { border-color: rgb(164,222,200); }

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