Html Css Color HEX #ABC9CA Jungle Mist

📋 copy color: '#ABC9CA'

red 171 ◦ green 201 ◦ blue 202

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

Shades of Jungle Mist #ABC9CA

Tints of Jungle Mist #ABC9CA

RGB

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

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

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

R = 29.79%
G = 35.02%
B = 35.19%

CMYK

 C value IS 0.15

 M value IS 0.00

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#ABC9CA (or 0xABC9CA) is known color: Jungle Mist. HEX triplet: AB, C9 and CA. RGB value is (171,201,202). Sum of RGB (Red+Green+Blue) = 171+201+202=574 (76% of max value = 765). Red value is 171 (67.19% from 255 or 29.79% from 574); Green value is 201 (78.91% from 255 or 35.02% from 574); Blue value is 202 (79.30% from 255 or 35.19% from 574); Max value from RGB is 202 - color contains mainly: blue. Hex color #ABC9CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABC9CA is #543635. Grayscale: #C0C0C0. Windows color (decimal): -5518902 or 13289899. OLE color: 13289899.

HSL color Cylindrical-coordinate representation of color #ABC9CA: hue angle of 181.94º 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 #ABC9CA is Cyan = 0.15, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 171 201 202 -
CMYK 0.15 0.00 0 0.21
HSL 181.94º 0.23% 0.73% -
HSV(B) 181.94º 0.15% 0.79% -
XYZ 48.34 54.7 63.89 -
YUV 192.14 133.56 112.92 -
System Red Green Blue C M Y K H S L
Decimal 171 201 202 0.15 0.00 0 0.21 181.94 0.23 0.73
Hex AB C9 CA F 0 0 15 B6 17 49
Octal 253 311 312 17 0 0 25 266 27 111
Binary 10101011 11001001 11001010 1111 0 0 10101 10110110 10111 1001001

Color Harmonies of #ABC9CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABC9CA

Black with #ABC9CA

Text Example


Text Example

White with #ABC9CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABC9CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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