#A6DAC8

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

Shades of Scandal #A6DAC8

Tints of Scandal #A6DAC8

Color information

#A6DAC8 (or 0xA6DAC8) is unknown color: approx Scandal. HEX triplet: A6, DA and C8. RGB value is (166,218,200). Sum of RGB (Red+Green+Blue) = 166+218+200=584 (77% of max value = 765). Red value is 166 (65.23% from 255 or 28.42% from 584); Green value is 218 (85.55% from 255 or 37.33% from 584); Blue value is 200 (78.52% from 255 or 34.25% from 584); Max value from RGB is 218 - color contains mainly: green. Hex color #A6DAC8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6DAC8 is #592537. Grayscale: #C8C8C8. Windows color (decimal): -5842232 or 13163174. OLE color: 13163174.

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

Color convert

RGB166218200-
CMYK0.2400.080.15
HSL159.23º41.27%75.29%-
HSV(B)159.23º23.85%85.49%-
XYZ51.2262.4263.99-
YUV200.4127.77103.46-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 28.42%
GREEN value IS 218 (85.55% from 255) = 37.33%
BLUE value IS 200 (78.52% from 255) = 34.25%
R=28.42%
G=37.33%
B=34.25%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1662182000.2400.080.15159.2341.2775.29
HexA6DAC81808F9f294b
Octal246332310300101723751113
Binary10100110110110101100100011000010001111100111111010011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6DAC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6DAC8; }

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

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

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

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

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

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

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

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