Html Css Color HEX #ABC8CC Jungle Mist

📋 copy color: '#ABC8CC'

red 171 ◦ green 200 ◦ blue 204

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

Shades of Jungle Mist #ABC8CC

Tints of Jungle Mist #ABC8CC

RGB

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

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

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

R = 29.74%
G = 34.78%
B = 35.48%

CMYK

 C value IS 0.16

 M value IS 0.02

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#ABC8CC (or 0xABC8CC) is known color: Jungle Mist. HEX triplet: AB, C8 and CC. RGB value is (171,200,204). Sum of RGB (Red+Green+Blue) = 171+200+204=575 (76% of max value = 765). Red value is 171 (67.19% from 255 or 29.74% from 575); Green value is 200 (78.52% from 255 or 34.78% from 575); Blue value is 204 (80.08% from 255 or 35.48% from 575); Max value from RGB is 204 - color contains mainly: blue. Hex color #ABC8CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABC8CC is #543733. Grayscale: #BFBFBF. Windows color (decimal): -5519156 or 13420715. OLE color: 13420715.

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

Color convert

RGB 171 200 204 -
CMYK 0.16 0.02 0 0.2
HSL 187.27º 0.24% 0.74% -
HSV(B) 187.27º 0.16% 0.8% -
XYZ 48.35 54.33 65.06 -
YUV 191.79 134.89 113.17 -
System Red Green Blue C M Y K H S L
Decimal 171 200 204 0.16 0.02 0 0.2 187.27 0.24 0.74
Hex AB C8 CC 10 2 0 14 BB 18 4A
Octal 253 310 314 20 2 0 24 273 30 112
Binary 10101011 11001000 11001100 10000 10 0 10100 10111011 11000 1001010

Color Harmonies of #ABC8CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABC8CC

Black with #ABC8CC

Text Example


Text Example

White with #ABC8CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABC8CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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