#ABD5CB

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

Shades of Scandal #ABD5CB

Tints of Scandal #ABD5CB

Color information

#ABD5CB (or 0xABD5CB) is unknown color: approx Scandal. HEX triplet: AB, D5 and CB. RGB value is (171,213,203). Sum of RGB (Red+Green+Blue) = 171+213+203=587 (77% of max value = 765). Red value is 171 (67.19% from 255 or 29.13% from 587); Green value is 213 (83.59% from 255 or 36.29% from 587); Blue value is 203 (79.69% from 255 or 34.58% from 587); Max value from RGB is 213 - color contains mainly: green. Hex color #ABD5CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABD5CB is #542A34. Grayscale: #C7C7C7. Windows color (decimal): -5515829 or 13358507. OLE color: 13358507.

HSL color Cylindrical-coordinate representation of color #ABD5CB: hue angle of 165.71º degrees, saturation: 0.33, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #ABD5CB is Cyan = 0.20, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.16.

Color convert

RGB171213203-
CMYK0.2000.050.16
HSL165.71º33.33%75.29%-
HSV(B)165.71º19.72%83.53%-
XYZ51.3760.5665.48-
YUV199.3130.09107.81-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 29.13%
GREEN value IS 213 (83.59% from 255) = 36.29%
BLUE value IS 203 (79.69% from 255) = 34.58%
R=29.13%
G=36.29%
B=34.58%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1712132030.2000.050.16165.7133.3375.29
HexABD5CB140510a6214b
Octal25332531324052024641113
Binary10101011110101011100101110100010110000101001101000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABD5CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABD5CB; }

 p { color: rgb(171,213,203); }

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

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

 a { background-color: rgb(171,213,203); }

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

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

 span { border-color: rgb(171,213,203); }

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