Html Css Color HEX #A8C6CB Jungle Mist

📋 copy color: '#A8C6CB'

red 168 ◦ green 198 ◦ blue 203

#A8C6CB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jungle Mist #A8C6CB

Tints of Jungle Mist #A8C6CB

RGB

 RED value IS 168 (66.02% from 255) = 29.53%

 GREEN value IS 198 (77.73% from 255) = 34.8%

 BLUE value IS 203 (79.69% from 255) = 35.68%

R = 29.53%
G = 34.8%
B = 35.68%

CMYK

 C value IS 0.17

 M value IS 0.02

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A8C6CB (or 0xA8C6CB) is known color: Jungle Mist. HEX triplet: A8, C6 and CB. RGB value is (168,198,203). Sum of RGB (Red+Green+Blue) = 168+198+203=569 (75% of max value = 765). Red value is 168 (66.02% from 255 or 29.53% from 569); Green value is 198 (77.73% from 255 or 34.80% 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 #A8C6CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8C6CB is #573934. Grayscale: #BDBDBD. Windows color (decimal): -5716277 or 13354664. OLE color: 13354664.

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

Color convert

RGB 168 198 203 -
CMYK 0.17 0.02 0 0.20
HSL 188.57º 0.25% 0.73% -
HSV(B) 188.57º 0.17% 0.8% -
XYZ 47.12 53.02 64.25 -
YUV 189.6 135.56 112.59 -
System Red Green Blue C M Y K H S L
Decimal 168 198 203 0.17 0.02 0 0.20 188.57 0.25 0.73
Hex A8 C6 CB 11 2 0 14 BD 19 49
Octal 250 306 313 21 2 0 24 275 31 111
Binary 10101000 11000110 11001011 10001 10 0 10100 10111101 11001 1001001

Color Harmonies of #A8C6CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8C6CB

Black with #A8C6CB

Text Example


Text Example

White with #A8C6CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8C6CB; }

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

 H1.HeaderClassName
 {
   color: #A8C6CB;
 }
 .AnyTagClassName
 {
   color: #A8C6CB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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