#ABD7C9

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

Shades of Scandal #ABD7C9

Tints of Scandal #ABD7C9

Color information

#ABD7C9 (or 0xABD7C9) is unknown color: approx Scandal. HEX triplet: AB, D7 and C9. RGB value is (171,215,201). Sum of RGB (Red+Green+Blue) = 171+215+201=587 (77% of max value = 765). Red value is 171 (67.19% from 255 or 29.13% from 587); Green value is 215 (84.38% from 255 or 36.63% from 587); Blue value is 201 (78.91% from 255 or 34.24% from 587); Max value from RGB is 215 - color contains mainly: green. Hex color #ABD7C9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABD7C9 is #542836. Grayscale: #C8C8C8. Windows color (decimal): -5515319 or 13227947. OLE color: 13227947.

HSL color Cylindrical-coordinate representation of color #ABD7C9: hue angle of 160.91º degrees, saturation: 0.35, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #ABD7C9 is Cyan = 0.20, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.16.

Color convert

RGB171215201-
CMYK0.2000.070.16
HSL160.91º35.48%75.69%-
HSV(B)160.91º20.47%84.31%-
XYZ51.6461.4864.4-
YUV200.25128.42107.14-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 29.13%
GREEN value IS 215 (84.38% from 255) = 36.63%
BLUE value IS 201 (78.91% from 255) = 34.24%
R=29.13%
G=36.63%
B=34.24%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1712152010.2000.070.16160.9135.4875.69
HexABD7C9140710a1234c
Octal25332731124072024143114
Binary10101011110101111100100110100011110000101000011000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABD7C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABD7C9; }

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

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

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

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

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

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

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

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