#A7C8CB

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

Shades of Jungle Mist #A7C8CB

Tints of Jungle Mist #A7C8CB

Color information

#A7C8CB (or 0xA7C8CB) is unknown color: approx Jungle Mist. HEX triplet: A7, C8 and CB. RGB value is (167,200,203). Sum of RGB (Red+Green+Blue) = 167+200+203=570 (75% of max value = 765). Red value is 167 (65.62% from 255 or 29.30% from 570); Green value is 200 (78.52% from 255 or 35.09% from 570); Blue value is 203 (79.69% from 255 or 35.61% from 570); Max value from RGB is 203 - color contains mainly: blue. Hex color #A7C8CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A7C8CB is #583734. Grayscale: #BEBEBE. Windows color (decimal): -5781301 or 13355175. OLE color: 13355175.

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

Color convert

RGB167200203-
CMYK0.180.0100.20
HSL185º25.71%72.55%-
HSV(B)185º17.73%79.61%-
XYZ47.3753.8464.39-
YUV190.48135.07111.26-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 29.30%
GREEN value IS 200 (78.52% from 255) = 35.09%
BLUE value IS 203 (79.69% from 255) = 35.61%
R=29.30%
G=35.09%
B=35.61%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1672002030.180.0100.2018525.7172.55
HexA7C8CB121014b91a49
Octal24731031322102427132111
Binary10100111110010001100101110010101010010111001110101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7C8CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7C8CB; }

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

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

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

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

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

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

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

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