#A9C5CB

Color #A9C5CB Jungle Mist (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jungle Mist #A9C5CB

Tints of Jungle Mist #A9C5CB

Color information

#A9C5CB (or 0xA9C5CB) is unknown color: approx Jungle Mist. HEX triplet: A9, C5 and CB. RGB value is (169,197,203). Sum of RGB (Red+Green+Blue) = 169+197+203=569 (75% of max value = 765). Red value is 169 (66.41% from 255 or 29.70% from 569); Green value is 197 (77.34% from 255 or 34.62% from 569); Blue value is 203 (79.69% from 255 or 35.68% from 569); Max value from RGB is 203 - color contains mainly: blue. Hex color #A9C5CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9C5CB is #563A34. Grayscale: #BDBDBD. Windows color (decimal): -5650997 or 13354409. OLE color: 13354409.

HSL color Cylindrical-coordinate representation of color #A9C5CB: hue angle of 190.59º degrees, saturation: 0.25, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A9C5CB is Cyan = 0.17, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB169197203-
CMYK0.170.0300.20
HSL190.59º24.64%72.94%-
HSV(B)190.59º16.75%79.61%-
XYZ47.1152.6864.19-
YUV189.31135.72113.51-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 29.70%
GREEN value IS 197 (77.34% from 255) = 34.62%
BLUE value IS 203 (79.69% from 255) = 35.68%
R=29.70%
G=34.62%
B=35.68%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1691972030.170.0300.20190.5924.6472.94
HexA9C5CB113014bf1949
Octal25130531321302427731111
Binary101010011100010111001011100011101010010111111110011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9C5CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9C5CB; }

 p { color: rgb(169,197,203); }

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

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

 a { background-color: rgb(169,197,203); }

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

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

 span { border-color: rgb(169,197,203); }

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