Html Css Color HEX #ABCACC Jungle Mist

📋 copy color: '#ABCACC'

red 171 ◦ green 202 ◦ blue 204

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

Shades of Jungle Mist #ABCACC

Tints of Jungle Mist #ABCACC

RGB

 RED value IS 171 (67.19% from 255) = 29.64%

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

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

R = 29.64%
G = 35.01%
B = 35.36%

CMYK

 C value IS 0.16

 M value IS 0.01

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#ABCACC (or 0xABCACC) is known color: Jungle Mist. HEX triplet: AB, CA and CC. RGB value is (171,202,204). Sum of RGB (Red+Green+Blue) = 171+202+204=577 (76% of max value = 765). Red value is 171 (67.19% from 255 or 29.64% from 577); Green value is 202 (79.30% from 255 or 35.01% 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 #ABCACC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABCACC is #543533. Grayscale: #C0C0C0. Windows color (decimal): -5518644 or 13421227. OLE color: 13421227.

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

Color convert

RGB 171 202 204 -
CMYK 0.16 0.01 0 0.2
HSL 183.64º 0.24% 0.74% -
HSV(B) 183.64º 0.16% 0.8% -
XYZ 48.81 55.26 65.22 -
YUV 192.96 134.23 112.34 -
System Red Green Blue C M Y K H S L
Decimal 171 202 204 0.16 0.01 0 0.2 183.64 0.24 0.74
Hex AB CA CC 10 1 0 14 B8 18 4A
Octal 253 312 314 20 1 0 24 270 30 112
Binary 10101011 11001010 11001100 10000 1 0 10100 10111000 11000 1001010

Color Harmonies of #ABCACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABCACC

Black with #ABCACC

Text Example


Text Example

White with #ABCACC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABCACC; }

 p { color: rgb(171,202,204); }

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

background-color css

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

 a { background-color: rgb(171,202,204); }

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

border-color css

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

 span { border-color: rgb(171,202,204); }

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