#A6D9CD

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

Shades of Scandal #A6D9CD

Tints of Scandal #A6D9CD

Color information

#A6D9CD (or 0xA6D9CD) is unknown color: approx Scandal. HEX triplet: A6, D9 and CD. RGB value is (166,217,205). Sum of RGB (Red+Green+Blue) = 166+217+205=588 (77% of max value = 765). Red value is 166 (65.23% from 255 or 28.23% from 588); Green value is 217 (85.16% from 255 or 36.90% from 588); Blue value is 205 (80.47% from 255 or 34.86% from 588); Max value from RGB is 217 - color contains mainly: green. Hex color #A6D9CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6D9CD is #592632. Grayscale: #C8C8C8. Windows color (decimal): -5842483 or 13490598. OLE color: 13490598.

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

Color convert

RGB166217205-
CMYK0.2400.060.15
HSL165.88º40.16%75.1%-
HSV(B)165.88º23.5%85.1%-
XYZ51.5662.1467.03-
YUV200.38130.6103.48-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 28.23%
GREEN value IS 217 (85.16% from 255) = 36.90%
BLUE value IS 205 (80.47% from 255) = 34.86%
R=28.23%
G=36.90%
B=34.86%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1662172050.2400.060.15165.8840.1675.1
HexA6D9CD1806Fa6284b
Octal24633131530061724650113
Binary1010011011011001110011011100001101111101001101010001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6D9CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6D9CD; }

 p { color: rgb(166,217,205); }

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

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

 a { background-color: rgb(166,217,205); }

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

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

 span { border-color: rgb(166,217,205); }

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