Html Css Color HEX #ABC8CA Jungle Mist

📋 copy color: '#ABC8CA'

red 171 ◦ green 200 ◦ blue 202

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

Shades of Jungle Mist #ABC8CA

Tints of Jungle Mist #ABC8CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 35.25%

R = 29.84%
G = 34.9%
B = 35.25%

CMYK

 C value IS 0.15

 M value IS 0.01

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#ABC8CA (or 0xABC8CA) is known color: Jungle Mist. HEX triplet: AB, C8 and CA. RGB value is (171,200,202). Sum of RGB (Red+Green+Blue) = 171+200+202=573 (75% of max value = 765). Red value is 171 (67.19% from 255 or 29.84% from 573); Green value is 200 (78.52% from 255 or 34.90% from 573); Blue value is 202 (79.30% from 255 or 35.25% from 573); Max value from RGB is 202 - color contains mainly: blue. Hex color #ABC8CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABC8CA is #543735. Grayscale: #BFBFBF. Windows color (decimal): -5519158 or 13289643. OLE color: 13289643.

HSL color Cylindrical-coordinate representation of color #ABC8CA: hue angle of 183.87º degrees, saturation: 0.23, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #ABC8CA is Cyan = 0.15, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 171 200 202 -
CMYK 0.15 0.01 0 0.21
HSL 183.87º 0.23% 0.73% -
HSV(B) 183.87º 0.15% 0.79% -
XYZ 48.11 54.23 63.81 -
YUV 191.56 133.89 113.34 -
System Red Green Blue C M Y K H S L
Decimal 171 200 202 0.15 0.01 0 0.21 183.87 0.23 0.73
Hex AB C8 CA F 1 0 15 B8 17 49
Octal 253 310 312 17 1 0 25 270 27 111
Binary 10101011 11001000 11001010 1111 1 0 10101 10111000 10111 1001001

Color Harmonies of #ABC8CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABC8CA

Black with #ABC8CA

Text Example


Text Example

White with #ABC8CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABC8CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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