#ABD6CE

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

Shades of Scandal #ABD6CE

Tints of Scandal #ABD6CE

Color information

#ABD6CE (or 0xABD6CE) is unknown color: approx Scandal. HEX triplet: AB, D6 and CE. RGB value is (171,214,206). Sum of RGB (Red+Green+Blue) = 171+214+206=591 (78% of max value = 765). Red value is 171 (67.19% from 255 or 28.93% from 591); Green value is 214 (83.98% from 255 or 36.21% from 591); Blue value is 206 (80.86% from 255 or 34.86% from 591); Max value from RGB is 214 - color contains mainly: green. Hex color #ABD6CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABD6CE is #542931. Grayscale: #C8C8C8. Windows color (decimal): -5515570 or 13555371. OLE color: 13555371.

HSL color Cylindrical-coordinate representation of color #ABD6CE: hue angle of 168.84º degrees, saturation: 0.34, 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 #ABD6CE is Cyan = 0.20, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.16.

Color convert

RGB171214206-
CMYK0.2000.040.16
HSL168.84º34.4%75.49%-
HSV(B)168.84º20.09%83.92%-
XYZ51.9861.2167.47-
YUV200.23131.25107.15-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 28.93%
GREEN value IS 214 (83.98% from 255) = 36.21%
BLUE value IS 206 (80.86% from 255) = 34.86%
R=28.93%
G=36.21%
B=34.86%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1712142060.2000.040.16168.8434.475.49
HexABD6CE140410a9224b
Octal25332631624042025142113
Binary10101011110101101100111010100010010000101010011000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABD6CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABD6CE; }

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

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

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

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

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

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

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

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