Html Css Color HEX #A8C9CB Jungle Mist

📋 copy color: '#A8C9CB'

red 168 ◦ green 201 ◦ blue 203

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

Shades of Jungle Mist #A8C9CB

Tints of Jungle Mist #A8C9CB

RGB

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

 GREEN value IS 201 (78.91% from 255) = 35.14%

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

R = 29.37%
G = 35.14%
B = 35.49%

CMYK

 C value IS 0.17

 M value IS 0.01

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A8C9CB (or 0xA8C9CB) is known color: Jungle Mist. HEX triplet: A8, C9 and CB. RGB value is (168,201,203). Sum of RGB (Red+Green+Blue) = 168+201+203=572 (75% of max value = 765). Red value is 168 (66.02% from 255 or 29.37% from 572); Green value is 201 (78.91% from 255 or 35.14% from 572); Blue value is 203 (79.69% from 255 or 35.49% from 572); Max value from RGB is 203 - color contains mainly: blue. Hex color #A8C9CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8C9CB is #573634. Grayscale: #BFBFBF. Windows color (decimal): -5715509 or 13355432. OLE color: 13355432.

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

Color convert

RGB 168 201 203 -
CMYK 0.17 0.01 0 0.20
HSL 183.43º 0.25% 0.73% -
HSV(B) 183.43º 0.17% 0.8% -
XYZ 47.81 54.41 64.48 -
YUV 191.36 134.57 111.34 -
System Red Green Blue C M Y K H S L
Decimal 168 201 203 0.17 0.01 0 0.20 183.43 0.25 0.73
Hex A8 C9 CB 11 1 0 14 B7 19 49
Octal 250 311 313 21 1 0 24 267 31 111
Binary 10101000 11001001 11001011 10001 1 0 10100 10110111 11001 1001001

Color Harmonies of #A8C9CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8C9CB

Black with #A8C9CB

Text Example


Text Example

White with #A8C9CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8C9CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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