Html Css Color HEX #A9CBC8 Jungle Mist

📋 copy color: '#A9CBC8'

red 169 ◦ green 203 ◦ blue 200

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

Shades of Jungle Mist #A9CBC8

Tints of Jungle Mist #A9CBC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 34.97%

R = 29.55%
G = 35.49%
B = 34.97%

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

#A9CBC8 (or 0xA9CBC8) is known color: Jungle Mist. HEX triplet: A9, CB and C8. RGB value is (169,203,200). Sum of RGB (Red+Green+Blue) = 169+203+200=572 (75% of max value = 765). Red value is 169 (66.41% from 255 or 29.55% from 572); Green value is 203 (79.69% from 255 or 35.49% from 572); Blue value is 200 (78.52% from 255 or 34.97% from 572); Max value from RGB is 203 - color contains mainly: green. Hex color #A9CBC8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9CBC8 is #563437. Grayscale: #C0C0C0. Windows color (decimal): -5649464 or 13159337. OLE color: 13159337.

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

Color convert

RGB 169 203 200 -
CMYK 0.17 0 0.01 0.20
HSL 174.71º 0.25% 0.73% -
HSV(B) 174.71º 0.17% 0.8% -
XYZ 48.14 55.32 62.78 -
YUV 192.49 132.24 111.24 -
System Red Green Blue C M Y K H S L
Decimal 169 203 200 0.17 0 0.01 0.20 174.71 0.25 0.73
Hex A9 CB C8 11 0 1 14 AF 19 49
Octal 251 313 310 21 0 1 24 257 31 111
Binary 10101001 11001011 11001000 10001 0 1 10100 10101111 11001 1001001

Color Harmonies of #A9CBC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9CBC8

Black with #A9CBC8

Text Example


Text Example

White with #A9CBC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9CBC8; }

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

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

background-color css

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

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

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

border-color css

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

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

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