#ABD0C8

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

Shades of Scandal #ABD0C8

Tints of Scandal #ABD0C8

Color information

#ABD0C8 (or 0xABD0C8) is unknown color: approx Scandal. HEX triplet: AB, D0 and C8. RGB value is (171,208,200). Sum of RGB (Red+Green+Blue) = 171+208+200=579 (76% of max value = 765). Red value is 171 (67.19% from 255 or 29.53% from 579); Green value is 208 (81.64% from 255 or 35.92% from 579); Blue value is 200 (78.52% from 255 or 34.54% from 579); Max value from RGB is 208 - color contains mainly: green. Hex color #ABD0C8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABD0C8 is #542F37. Grayscale: #C4C4C4. Windows color (decimal): -5517112 or 13160619. OLE color: 13160619.

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

Color convert

RGB171208200-
CMYK0.1800.040.18
HSL167.03º28.24%74.31%-
HSV(B)167.03º17.79%81.57%-
XYZ49.7857.9463.2-
YUV196.02130.24110.15-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 29.53%
GREEN value IS 208 (81.64% from 255) = 35.92%
BLUE value IS 200 (78.52% from 255) = 34.54%
R=29.53%
G=35.92%
B=34.54%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1712082000.1800.040.18167.0328.2474.31
HexABD0C8120412a71c4a
Octal25332031022042224734112
Binary1010101111010000110010001001001001001010100111111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABD0C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABD0C8; }

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

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

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

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

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

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

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

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