Html Css Color HEX #ABC9CC Jungle Mist

📋 copy color: '#ABC9CC'

red 171 ◦ green 201 ◦ blue 204

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

Shades of Jungle Mist #ABC9CC

Tints of Jungle Mist #ABC9CC

RGB

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

 GREEN value IS 201 (78.91% from 255) = 34.9%

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

R = 29.69%
G = 34.9%
B = 35.42%

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

#ABC9CC (or 0xABC9CC) is known color: Jungle Mist. HEX triplet: AB, C9 and CC. RGB value is (171,201,204). Sum of RGB (Red+Green+Blue) = 171+201+204=576 (76% of max value = 765). Red value is 171 (67.19% from 255 or 29.69% from 576); Green value is 201 (78.91% from 255 or 34.90% from 576); Blue value is 204 (80.08% from 255 or 35.42% from 576); Max value from RGB is 204 - color contains mainly: blue. Hex color #ABC9CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABC9CC is #543633. Grayscale: #C0C0C0. Windows color (decimal): -5518900 or 13420971. OLE color: 13420971.

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

Color convert

RGB 171 201 204 -
CMYK 0.16 0.01 0 0.2
HSL 185.45º 0.24% 0.74% -
HSV(B) 185.45º 0.16% 0.8% -
XYZ 48.58 54.79 65.14 -
YUV 192.37 134.56 112.76 -
System Red Green Blue C M Y K H S L
Decimal 171 201 204 0.16 0.01 0 0.2 185.45 0.24 0.74
Hex AB C9 CC 10 1 0 14 B9 18 4A
Octal 253 311 314 20 1 0 24 271 30 112
Binary 10101011 11001001 11001100 10000 1 0 10100 10111001 11000 1001010

Color Harmonies of #ABC9CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABC9CC

Black with #ABC9CC

Text Example


Text Example

White with #ABC9CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABC9CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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