Html Css Color HEX #AAC7CC Jungle Mist

📋 copy color: '#AAC7CC'

red 170 ◦ green 199 ◦ blue 204

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

Shades of Jungle Mist #AAC7CC

Tints of Jungle Mist #AAC7CC

RGB

 RED value IS 170 (66.8% from 255) = 29.67%

 GREEN value IS 199 (78.13% from 255) = 34.73%

 BLUE value IS 204 (80.08% from 255) = 35.6%

R = 29.67%
G = 34.73%
B = 35.6%

CMYK

 C value IS 0.17

 M value IS 0.02

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#AAC7CC (or 0xAAC7CC) is known color: Jungle Mist. HEX triplet: AA, C7 and CC. RGB value is (170,199,204). Sum of RGB (Red+Green+Blue) = 170+199+204=573 (75% of max value = 765). Red value is 170 (66.80% from 255 or 29.67% from 573); Green value is 199 (78.12% from 255 or 34.73% from 573); Blue value is 204 (80.08% from 255 or 35.60% from 573); Max value from RGB is 204 - color contains mainly: blue. Hex color #AAC7CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAC7CC is #553833. Grayscale: #BEBEBE. Windows color (decimal): -5584948 or 13420458. OLE color: 13420458.

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

Color convert

RGB 170 199 204 -
CMYK 0.17 0.02 0 0.2
HSL 188.82º 0.25% 0.73% -
HSV(B) 188.82º 0.17% 0.8% -
XYZ 47.9 53.75 64.98 -
YUV 190.9 135.39 113.09 -
System Red Green Blue C M Y K H S L
Decimal 170 199 204 0.17 0.02 0 0.2 188.82 0.25 0.73
Hex AA C7 CC 11 2 0 14 BD 19 49
Octal 252 307 314 21 2 0 24 275 31 111
Binary 10101010 11000111 11001100 10001 10 0 10100 10111101 11001 1001001

Color Harmonies of #AAC7CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAC7CC

Black with #AAC7CC

Text Example


Text Example

White with #AAC7CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAC7CC; }

 p { color: rgb(170,199,204); }

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

background-color css

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

 a { background-color: rgb(170,199,204); }

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

border-color css

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

 span { border-color: rgb(170,199,204); }

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