Html Css Color HEX #ADC8CC Jungle Mist

📋 copy color: '#ADC8CC'

red 173 ◦ green 200 ◦ blue 204

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

Shades of Jungle Mist #ADC8CC

Tints of Jungle Mist #ADC8CC

RGB

 RED value IS 173 (67.97% from 255) = 29.98%

 GREEN value IS 200 (78.52% from 255) = 34.66%

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

R = 29.98%
G = 34.66%
B = 35.36%

CMYK

 C value IS 0.15

 M value IS 0.02

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#ADC8CC (or 0xADC8CC) is known color: Jungle Mist. HEX triplet: AD, C8 and CC. RGB value is (173,200,204). Sum of RGB (Red+Green+Blue) = 173+200+204=577 (76% of max value = 765). Red value is 173 (67.97% from 255 or 29.98% from 577); Green value is 200 (78.52% from 255 or 34.66% from 577); Blue value is 204 (80.08% from 255 or 35.36% from 577); Max value from RGB is 204 - color contains mainly: blue. Hex color #ADC8CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADC8CC is #523733. Grayscale: #C0C0C0. Windows color (decimal): -5388084 or 13420717. OLE color: 13420717.

HSL color Cylindrical-coordinate representation of color #ADC8CC: hue angle of 187.74º degrees, saturation: 0.23, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #ADC8CC is Cyan = 0.15, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 173 200 204 -
CMYK 0.15 0.02 0 0.2
HSL 187.74º 0.23% 0.74% -
HSV(B) 187.74º 0.15% 0.8% -
XYZ 48.79 54.55 65.09 -
YUV 192.38 134.55 114.17 -
System Red Green Blue C M Y K H S L
Decimal 173 200 204 0.15 0.02 0 0.2 187.74 0.23 0.74
Hex AD C8 CC F 2 0 14 BC 17 4A
Octal 255 310 314 17 2 0 24 274 27 112
Binary 10101101 11001000 11001100 1111 10 0 10100 10111100 10111 1001010

Color Harmonies of #ADC8CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC8CC

Black with #ADC8CC

Text Example


Text Example

White with #ADC8CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC8CC; }

 p { color: rgb(173,200,204); }

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

background-color css

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

 a { background-color: rgb(173,200,204); }

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

border-color css

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

 span { border-color: rgb(173,200,204); }

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