Html Css Color HEX #A9CBC9 Jungle Mist

📋 copy color: '#A9CBC9'

red 169 ◦ green 203 ◦ blue 201

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

Shades of Jungle Mist #A9CBC9

Tints of Jungle Mist #A9CBC9

RGB

 RED value IS 169 (66.41% from 255) = 29.49%

 GREEN value IS 203 (79.69% from 255) = 35.43%

 BLUE value IS 201 (78.91% from 255) = 35.08%

R = 29.49%
G = 35.43%
B = 35.08%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.01

 K value IS 0.20

RGB Variations

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

Color information

#A9CBC9 (or 0xA9CBC9) is known color: Jungle Mist. HEX triplet: A9, CB and C9. RGB value is (169,203,201). Sum of RGB (Red+Green+Blue) = 169+203+201=573 (75% of max value = 765). Red value is 169 (66.41% from 255 or 29.49% from 573); Green value is 203 (79.69% from 255 or 35.43% from 573); Blue value is 201 (78.91% from 255 or 35.08% from 573); Max value from RGB is 203 - color contains mainly: green. Hex color #A9CBC9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9CBC9 is #563436. Grayscale: #C0C0C0. Windows color (decimal): -5649463 or 13224873. OLE color: 13224873.

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

Color convert

RGB 169 203 201 -
CMYK 0.17 0 0.01 0.20
HSL 176.47º 0.25% 0.73% -
HSV(B) 176.47º 0.17% 0.8% -
XYZ 48.26 55.36 63.4 -
YUV 192.61 132.74 111.16 -
System Red Green Blue C M Y K H S L
Decimal 169 203 201 0.17 0 0.01 0.20 176.47 0.25 0.73
Hex A9 CB C9 11 0 1 14 B0 19 49
Octal 251 313 311 21 0 1 24 260 31 111
Binary 10101001 11001011 11001001 10001 0 1 10100 10110000 11001 1001001

Color Harmonies of #A9CBC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9CBC9

Black with #A9CBC9

Text Example


Text Example

White with #A9CBC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9CBC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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