#ABD3CA

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

Shades of Scandal #ABD3CA

Tints of Scandal #ABD3CA

Color information

#ABD3CA (or 0xABD3CA) is unknown color: approx Scandal. HEX triplet: AB, D3 and CA. RGB value is (171,211,202). Sum of RGB (Red+Green+Blue) = 171+211+202=584 (77% of max value = 765). Red value is 171 (67.19% from 255 or 29.28% from 584); Green value is 211 (82.81% from 255 or 36.13% from 584); Blue value is 202 (79.30% from 255 or 34.59% from 584); Max value from RGB is 211 - color contains mainly: green. Hex color #ABD3CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABD3CA is #542C35. Grayscale: #C6C6C6. Windows color (decimal): -5516342 or 13292459. OLE color: 13292459.

HSL color Cylindrical-coordinate representation of color #ABD3CA: hue angle of 166.5º degrees, saturation: 0.31, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #ABD3CA is Cyan = 0.19, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.17.

Color convert

RGB171211202-
CMYK0.1900.040.17
HSL166.5º31.25%74.9%-
HSV(B)166.5º18.96%82.75%-
XYZ50.7559.5164.69-
YUV198.01130.25108.73-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 29.28%
GREEN value IS 211 (82.81% from 255) = 36.13%
BLUE value IS 202 (79.30% from 255) = 34.59%
R=29.28%
G=36.13%
B=34.59%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1712112020.1900.040.17166.531.2574.9
HexABD3CA130411a61f4b
Octal25332331223042124637113
Binary1010101111010011110010101001101001000110100110111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABD3CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABD3CA; }

 p { color: rgb(171,211,202); }

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

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

 a { background-color: rgb(171,211,202); }

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

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

 span { border-color: rgb(171,211,202); }

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