#ABD9C8

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

Shades of Scandal #ABD9C8

Tints of Scandal #ABD9C8

Color information

#ABD9C8 (or 0xABD9C8) is unknown color: approx Scandal. HEX triplet: AB, D9 and C8. RGB value is (171,217,200). Sum of RGB (Red+Green+Blue) = 171+217+200=588 (77% of max value = 765). Red value is 171 (67.19% from 255 or 29.08% from 588); Green value is 217 (85.16% from 255 or 36.90% from 588); Blue value is 200 (78.52% from 255 or 34.01% from 588); Max value from RGB is 217 - color contains mainly: green. Hex color #ABD9C8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABD9C8 is #542637. Grayscale: #C9C9C9. Windows color (decimal): -5514808 or 13162923. OLE color: 13162923.

HSL color Cylindrical-coordinate representation of color #ABD9C8: hue angle of 157.83º degrees, saturation: 0.38, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #ABD9C8 is Cyan = 0.21, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.15.

Color convert

RGB171217200-
CMYK0.2100.080.15
HSL157.83º37.7%76.08%-
HSV(B)157.83º21.2%85.1%-
XYZ52.0362.4563.96-
YUV201.31127.26106.38-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 29.08%
GREEN value IS 217 (85.16% from 255) = 36.90%
BLUE value IS 200 (78.52% from 255) = 34.01%
R=29.08%
G=36.90%
B=34.01%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1712172000.2100.080.15157.8337.776.08
HexABD9C81508F9e264c
Octal253331310250101723646114
Binary10101011110110011100100010101010001111100111101001101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABD9C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABD9C8; }

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

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

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

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

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

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

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

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