#A6DACB

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

Shades of Scandal #A6DACB

Tints of Scandal #A6DACB

Color information

#A6DACB (or 0xA6DACB) is unknown color: approx Scandal. HEX triplet: A6, DA and CB. RGB value is (166,218,203). Sum of RGB (Red+Green+Blue) = 166+218+203=587 (77% of max value = 765). Red value is 166 (65.23% from 255 or 28.28% from 587); Green value is 218 (85.55% from 255 or 37.14% from 587); Blue value is 203 (79.69% from 255 or 34.58% from 587); Max value from RGB is 218 - color contains mainly: green. Hex color #A6DACB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6DACB is #592534. Grayscale: #C8C8C8. Windows color (decimal): -5842229 or 13359782. OLE color: 13359782.

HSL color Cylindrical-coordinate representation of color #A6DACB: hue angle of 162.69º degrees, saturation: 0.41, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A6DACB is Cyan = 0.24, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.15.

Color convert

RGB166218203-
CMYK0.2400.070.15
HSL162.69º41.27%75.29%-
HSV(B)162.69º23.85%85.49%-
XYZ51.5862.5665.86-
YUV200.74129.27103.22-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 28.28%
GREEN value IS 218 (85.55% from 255) = 37.14%
BLUE value IS 203 (79.69% from 255) = 34.58%
R=28.28%
G=37.14%
B=34.58%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1662182030.2400.070.15162.6941.2775.29
HexA6DACB1807Fa3294b
Octal24633231330071724351113
Binary1010011011011010110010111100001111111101000111010011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6DACB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6DACB; }

 p { color: rgb(166,218,203); }

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

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

 a { background-color: rgb(166,218,203); }

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

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

 span { border-color: rgb(166,218,203); }

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