#ABD9CE

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

Shades of Scandal #ABD9CE

Tints of Scandal #ABD9CE

Color information

#ABD9CE (or 0xABD9CE) is unknown color: approx Scandal. HEX triplet: AB, D9 and CE. RGB value is (171,217,206). Sum of RGB (Red+Green+Blue) = 171+217+206=594 (78% of max value = 765). Red value is 171 (67.19% from 255 or 28.79% from 594); Green value is 217 (85.16% from 255 or 36.53% from 594); Blue value is 206 (80.86% from 255 or 34.68% from 594); Max value from RGB is 217 - color contains mainly: green. Hex color #ABD9CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABD9CE is #542631. Grayscale: #C9C9C9. Windows color (decimal): -5514802 or 13556139. OLE color: 13556139.

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

Color convert

RGB171217206-
CMYK0.2100.050.15
HSL165.65º37.7%76.08%-
HSV(B)165.65º21.2%85.1%-
XYZ52.7562.7467.72-
YUV201.99130.26105.89-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 28.79%
GREEN value IS 217 (85.16% from 255) = 36.53%
BLUE value IS 206 (80.86% from 255) = 34.68%
R=28.79%
G=36.53%
B=34.68%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1712172060.2100.050.15165.6537.776.08
HexABD9CE1505Fa6264c
Octal25333131625051724646114
Binary1010101111011001110011101010101011111101001101001101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABD9CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABD9CE; }

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

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

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

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

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

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

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

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