#A9CBCC

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

Shades of Jungle Mist #A9CBCC

Tints of Jungle Mist #A9CBCC

Color information

#A9CBCC (or 0xA9CBCC) is unknown color: approx Jungle Mist. HEX triplet: A9, CB and CC. RGB value is (169,203,204). Sum of RGB (Red+Green+Blue) = 169+203+204=576 (76% of max value = 765). Red value is 169 (66.41% from 255 or 29.34% from 576); Green value is 203 (79.69% from 255 or 35.24% from 576); Blue value is 204 (80.08% from 255 or 35.42% from 576); Max value from RGB is 204 - color contains mainly: blue. Hex color #A9CBCC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9CBCC is #563433. Grayscale: #C0C0C0. Windows color (decimal): -5649460 or 13421481. OLE color: 13421481.

HSL color Cylindrical-coordinate representation of color #A9CBCC: hue angle of 181.71º degrees, saturation: 0.26, 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 #A9CBCC is Cyan = 0.17, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB169203204-
CMYK0.170.0000.2
HSL181.71º25.55%73.14%-
HSV(B)181.71º17.16%80%-
XYZ48.6255.5165.28-
YUV192.95134.24110.92-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 29.34%
GREEN value IS 203 (79.69% from 255) = 35.24%
BLUE value IS 204 (80.08% from 255) = 35.42%
R=29.34%
G=35.24%
B=35.42%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1692032040.170.0000.2181.7125.5573.14
HexA9CBCC110014b61a49
Octal25131331421002426632111
Binary10101001110010111100110010001001010010110110110101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9CBCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9CBCC; }

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

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

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

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

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

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

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

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