#A9E8D5

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

Shades of Ice Cold #A9E8D5

Tints of Ice Cold #A9E8D5

Color information

#A9E8D5 (or 0xA9E8D5) is unknown color: approx Ice Cold. HEX triplet: A9, E8 and D5. RGB value is (169,232,213). Sum of RGB (Red+Green+Blue) = 169+232+213=614 (81% of max value = 765). Red value is 169 (66.41% from 255 or 27.52% from 614); Green value is 232 (91.02% from 255 or 37.79% from 614); Blue value is 213 (83.59% from 255 or 34.69% from 614); Max value from RGB is 232 - color contains mainly: green. Hex color #A9E8D5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A9E8D5 is #56172A. Grayscale: #D3D3D3. Windows color (decimal): -5642027 or 14018729. OLE color: 14018729.

HSL color Cylindrical-coordinate representation of color #A9E8D5: hue angle of 161.9º degrees, saturation: 0.58, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A9E8D5 is Cyan = 0.27, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.09.

Color convert

RGB169232213-
CMYK0.2700.080.09
HSL161.9º57.8%78.63%-
HSV(B)161.9º27.16%90.98%-
XYZ57.2370.9573.63-
YUV211129.1398.04-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 27.52%
GREEN value IS 232 (91.02% from 255) = 37.79%
BLUE value IS 213 (83.59% from 255) = 34.69%
R=27.52%
G=37.79%
B=34.69%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1692322130.2700.080.09161.957.878.63
HexA9E8D51B089a23a4f
Octal251350325330101124272117
Binary10101001111010001101010111011010001001101000101110101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9E8D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9E8D5; }

 p { color: rgb(169,232,213); }

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

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

 a { background-color: rgb(169,232,213); }

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

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

 span { border-color: rgb(169,232,213); }

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