Html Css Color HEX #ABCCCD Jungle Mist

📋 copy color: '#ABCCCD'

red 171 ◦ green 204 ◦ blue 205

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

Shades of Jungle Mist #ABCCCD

Tints of Jungle Mist #ABCCCD

RGB

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

 GREEN value IS 204 (80.08% from 255) = 35.17%

 BLUE value IS 205 (80.47% from 255) = 35.34%

R = 29.48%
G = 35.17%
B = 35.34%

CMYK

 C value IS 0.17

 M value IS 0.00

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#ABCCCD (or 0xABCCCD) is known color: Jungle Mist. HEX triplet: AB, CC and CD. RGB value is (171,204,205). Sum of RGB (Red+Green+Blue) = 171+204+205=580 (76% of max value = 765). Red value is 171 (67.19% from 255 or 29.48% from 580); Green value is 204 (80.08% from 255 or 35.17% from 580); Blue value is 205 (80.47% from 255 or 35.34% from 580); Max value from RGB is 205 - color contains mainly: blue. Hex color #ABCCCD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABCCCD is #543332. Grayscale: #C2C2C2. Windows color (decimal): -5518131 or 13487275. OLE color: 13487275.

HSL color Cylindrical-coordinate representation of color #ABCCCD: hue angle of 181.76º degrees, saturation: 0.25, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #ABCCCD is Cyan = 0.17, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 171 204 205 -
CMYK 0.17 0.00 0 0.20
HSL 181.76º 0.25% 0.74% -
HSV(B) 181.76º 0.17% 0.8% -
XYZ 49.41 56.25 66.01 -
YUV 194.25 134.07 111.42 -
System Red Green Blue C M Y K H S L
Decimal 171 204 205 0.17 0.00 0 0.20 181.76 0.25 0.74
Hex AB CC CD 11 0 0 14 B6 19 4A
Octal 253 314 315 21 0 0 24 266 31 112
Binary 10101011 11001100 11001101 10001 0 0 10100 10110110 11001 1001010

Color Harmonies of #ABCCCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABCCCD

Black with #ABCCCD

Text Example


Text Example

White with #ABCCCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABCCCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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