#A9E5D8

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

Shades of Ice Cold #A9E5D8

Tints of Ice Cold #A9E5D8

Color information

#A9E5D8 (or 0xA9E5D8) is unknown color: approx Ice Cold. HEX triplet: A9, E5 and D8. RGB value is (169,229,216). Sum of RGB (Red+Green+Blue) = 169+229+216=614 (81% of max value = 765). Red value is 169 (66.41% from 255 or 27.52% from 614); Green value is 229 (89.84% from 255 or 37.30% from 614); Blue value is 216 (84.77% from 255 or 35.18% from 614); Max value from RGB is 229 - color contains mainly: green. Hex color #A9E5D8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9E5D8 is #561A27. Grayscale: #D1D1D1. Windows color (decimal): -5642792 or 14214569. OLE color: 14214569.

HSL color Cylindrical-coordinate representation of color #A9E5D8: hue angle of 167º degrees, saturation: 0.54, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A9E5D8 is Cyan = 0.26, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.10.

Color convert

RGB169229216-
CMYK0.2600.060.10
HSL167º53.57%78.04%-
HSV(B)167º26.2%89.8%-
XYZ56.7869.4375.37-
YUV209.58131.6299.06-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 27.52%
GREEN value IS 229 (89.84% from 255) = 37.30%
BLUE value IS 216 (84.77% from 255) = 35.18%
R=27.52%
G=37.30%
B=35.18%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1692292160.2600.060.1016753.5778.04
HexA9E5D81A06Aa7364e
Octal25134533032061224766116
Binary1010100111100101110110001101001101010101001111101101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9E5D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9E5D8; }

 p { color: rgb(169,229,216); }

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

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

 a { background-color: rgb(169,229,216); }

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

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

 span { border-color: rgb(169,229,216); }

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