#A8C8CB

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

Shades of Jungle Mist #A8C8CB

Tints of Jungle Mist #A8C8CB

Color information

#A8C8CB (or 0xA8C8CB) is unknown color: approx Jungle Mist. HEX triplet: A8, C8 and CB. RGB value is (168,200,203). Sum of RGB (Red+Green+Blue) = 168+200+203=571 (75% of max value = 765). Red value is 168 (66.02% from 255 or 29.42% from 571); Green value is 200 (78.52% from 255 or 35.03% from 571); Blue value is 203 (79.69% from 255 or 35.55% from 571); Max value from RGB is 203 - color contains mainly: blue. Hex color #A8C8CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8C8CB is #573734. Grayscale: #BEBEBE. Windows color (decimal): -5715765 or 13355176. OLE color: 13355176.

HSL color Cylindrical-coordinate representation of color #A8C8CB: hue angle of 185.14º 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 #A8C8CB is Cyan = 0.17, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB168200203-
CMYK0.170.0100.20
HSL185.14º25.18%72.75%-
HSV(B)185.14º17.24%79.61%-
XYZ47.5853.9564.4-
YUV190.77134.9111.76-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 29.42%
GREEN value IS 200 (78.52% from 255) = 35.03%
BLUE value IS 203 (79.69% from 255) = 35.55%
R=29.42%
G=35.03%
B=35.55%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1682002030.170.0100.20185.1425.1872.75
HexA8C8CB111014b91949
Octal25031031321102427131111
Binary10101000110010001100101110001101010010111001110011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8C8CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8C8CB; }

 p { color: rgb(168,200,203); }

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

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

 a { background-color: rgb(168,200,203); }

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

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

 span { border-color: rgb(168,200,203); }

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