#ABD1C7

Color #ABD1C7 Scandal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Scandal #ABD1C7

Tints of Scandal #ABD1C7

Color information

#ABD1C7 (or 0xABD1C7) is unknown color: approx Scandal. HEX triplet: AB, D1 and C7. RGB value is (171,209,199). Sum of RGB (Red+Green+Blue) = 171+209+199=579 (76% of max value = 765). Red value is 171 (67.19% from 255 or 29.53% from 579); Green value is 209 (82.03% from 255 or 36.10% from 579); Blue value is 199 (78.12% from 255 or 34.37% from 579); Max value from RGB is 209 - color contains mainly: green. Hex color #ABD1C7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABD1C7 is #542E38. Grayscale: #C4C4C4. Windows color (decimal): -5516857 or 13095339. OLE color: 13095339.

HSL color Cylindrical-coordinate representation of color #ABD1C7: hue angle of 164.21º degrees, saturation: 0.29, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #ABD1C7 is Cyan = 0.18, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.18.

Color convert

RGB171209199-
CMYK0.1800.050.18
HSL164.21º29.23%74.51%-
HSV(B)164.21º18.18%81.96%-
XYZ49.958.3862.67-
YUV196.5129.41109.81-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 29.53%
GREEN value IS 209 (82.03% from 255) = 36.10%
BLUE value IS 199 (78.12% from 255) = 34.37%
R=29.53%
G=36.10%
B=34.37%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1712091990.1800.050.18164.2129.2374.51
HexABD1C7120512a41d4b
Octal25332130722052224435113
Binary1010101111010001110001111001001011001010100100111011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABD1C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABD1C7; }

 p { color: rgb(171,209,199); }

 H1.HeaderClassName
 {
   color: #ABD1C7;
 }
 .AnyTagClassName
 {
   color: #ABD1C7;
 }
</style>
background-color css

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

 a { background-color: rgb(171,209,199); }

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

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

 span { border-color: rgb(171,209,199); }

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