#abd8c9

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

Shades of Scandal #ABD8C9

Tints of Scandal #ABD8C9

Color information

#ABD8C9 (or 0xABD8C9) is unknown color: approx Scandal. HEX triplet: AB, D8 and C9. RGB value is (171,216,201). Sum of RGB (Red+Green+Blue) = 171+216+201=588 (77% of max value = 765). Red value is 171 (67.19% from 255 or 29.08% from 588); Green value is 216 (84.77% from 255 or 36.73% from 588); Blue value is 201 (78.91% from 255 or 34.18% from 588); Max value from RGB is 216 - color contains mainly: green. Hex color #ABD8C9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABD8C9 is #542736. Grayscale: #C8C8C8. Windows color (decimal): -5515063 or 13228203. OLE color: 13228203.

HSL color Cylindrical-coordinate representation of color #ABD8C9: hue angle of 160º degrees, saturation: 0.37, 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 #ABD8C9 is Cyan = 0.21, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.15.

Color convert

RGB171216201-
CMYK0.2100.070.15
HSL160º36.59%75.88%-
HSV(B)160º20.83%84.71%-
XYZ51.8961.9964.49-
YUV200.83128.09106.72-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 29.08%
GREEN value IS 216 (84.77% from 255) = 36.73%
BLUE value IS 201 (78.91% from 255) = 34.18%
R=29.08%
G=36.73%
B=34.18%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1712162010.2100.070.1516036.5975.88
HexABD8C91507Fa0254c
Octal25333031125071724045114
Binary1010101111011000110010011010101111111101000001001011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #abd8c9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #abd8c9; }

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

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

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

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

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

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

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

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