#ABD8D1

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

Shades of Scandal #ABD8D1

Tints of Scandal #ABD8D1

Color information

#ABD8D1 (or 0xABD8D1) is unknown color: approx Scandal. HEX triplet: AB, D8 and D1. RGB value is (171,216,209). Sum of RGB (Red+Green+Blue) = 171+216+209=596 (78% of max value = 765). Red value is 171 (67.19% from 255 or 28.69% from 596); Green value is 216 (84.77% from 255 or 36.24% from 596); Blue value is 209 (82.03% from 255 or 35.07% from 596); Max value from RGB is 216 - color contains mainly: green. Hex color #ABD8D1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABD8D1 is #54272E. Grayscale: #C9C9C9. Windows color (decimal): -5515055 or 13752491. OLE color: 13752491.

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

Color convert

RGB171216209-
CMYK0.2100.030.15
HSL170.67º36.59%75.88%-
HSV(B)170.67º20.83%84.71%-
XYZ52.8662.3769.57-
YUV201.75132.09106.07-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 28.69%
GREEN value IS 216 (84.77% from 255) = 36.24%
BLUE value IS 209 (82.03% from 255) = 35.07%
R=28.69%
G=36.24%
B=35.07%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1712162090.2100.030.15170.6736.5975.88
HexABD8D11503Fab254c
Octal25333032125031725345114
Binary101010111101100011010001101010111111101010111001011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABD8D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABD8D1; }

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

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

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

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

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

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

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

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