Html Css Color HEX #A9CACD Jungle Mist

📋 copy color: '#A9CACD'

red 169 ◦ green 202 ◦ blue 205

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

Shades of Jungle Mist #A9CACD

Tints of Jungle Mist #A9CACD

RGB

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

 GREEN value IS 202 (79.3% from 255) = 35.07%

 BLUE value IS 205 (80.47% from 255) = 35.59%

R = 29.34%
G = 35.07%
B = 35.59%

CMYK

 C value IS 0.18

 M value IS 0.01

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A9CACD (or 0xA9CACD) is known color: Jungle Mist. HEX triplet: A9, CA and CD. RGB value is (169,202,205). Sum of RGB (Red+Green+Blue) = 169+202+205=576 (76% of max value = 765). Red value is 169 (66.41% from 255 or 29.34% from 576); Green value is 202 (79.30% from 255 or 35.07% from 576); Blue value is 205 (80.47% from 255 or 35.59% from 576); Max value from RGB is 205 - color contains mainly: blue. Hex color #A9CACD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9CACD is #563532. Grayscale: #C0C0C0. Windows color (decimal): -5649715 or 13486761. OLE color: 13486761.

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

Color convert

RGB 169 202 205 -
CMYK 0.18 0.01 0 0.20
HSL 185º 0.26% 0.73% -
HSV(B) 185º 0.18% 0.8% -
XYZ 48.5 55.08 65.83 -
YUV 192.48 135.07 111.26 -
System Red Green Blue C M Y K H S L
Decimal 169 202 205 0.18 0.01 0 0.20 185 0.26 0.73
Hex A9 CA CD 12 1 0 14 B9 1A 49
Octal 251 312 315 22 1 0 24 271 32 111
Binary 10101001 11001010 11001101 10010 1 0 10100 10111001 11010 1001001

Color Harmonies of #A9CACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9CACD

Black with #A9CACD

Text Example


Text Example

White with #A9CACD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9CACD; }

 p { color: rgb(169,202,205); }

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

background-color css

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

 a { background-color: rgb(169,202,205); }

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

border-color css

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

 span { border-color: rgb(169,202,205); }

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