#A6D7CA

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

Shades of Scandal #A6D7CA

Tints of Scandal #A6D7CA

Color information

#A6D7CA (or 0xA6D7CA) is unknown color: approx Scandal. HEX triplet: A6, D7 and CA. RGB value is (166,215,202). Sum of RGB (Red+Green+Blue) = 166+215+202=583 (77% of max value = 765). Red value is 166 (65.23% from 255 or 28.47% from 583); Green value is 215 (84.38% from 255 or 36.88% from 583); Blue value is 202 (79.30% from 255 or 34.65% from 583); Max value from RGB is 215 - color contains mainly: green. Hex color #A6D7CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6D7CA is #592835. Grayscale: #C6C6C6. Windows color (decimal): -5842998 or 13293478. OLE color: 13293478.

HSL color Cylindrical-coordinate representation of color #A6D7CA: hue angle of 164.08º degrees, saturation: 0.38, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A6D7CA is Cyan = 0.23, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.16.

Color convert

RGB166215202-
CMYK0.2300.060.16
HSL164.08º37.98%74.71%-
HSV(B)164.08º22.79%84.31%-
XYZ50.6960.9764.97-
YUV198.87129.77104.56-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 28.47%
GREEN value IS 215 (84.38% from 255) = 36.88%
BLUE value IS 202 (79.30% from 255) = 34.65%
R=28.47%
G=36.88%
B=34.65%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1662152020.2300.060.16164.0837.9874.71
HexA6D7CA170610a4264b
Octal24632731227062024446113
Binary10100110110101111100101010111011010000101001001001101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6D7CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6D7CA; }

 p { color: rgb(166,215,202); }

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

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

 a { background-color: rgb(166,215,202); }

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

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

 span { border-color: rgb(166,215,202); }

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