#A6D8CD

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

Shades of Scandal #A6D8CD

Tints of Scandal #A6D8CD

Color information

#A6D8CD (or 0xA6D8CD) is unknown color: approx Scandal. HEX triplet: A6, D8 and CD. RGB value is (166,216,205). Sum of RGB (Red+Green+Blue) = 166+216+205=587 (77% of max value = 765). Red value is 166 (65.23% from 255 or 28.28% from 587); Green value is 216 (84.77% from 255 or 36.80% from 587); Blue value is 205 (80.47% from 255 or 34.92% from 587); Max value from RGB is 216 - color contains mainly: green. Hex color #A6D8CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6D8CD is #592732. Grayscale: #C7C7C7. Windows color (decimal): -5842739 or 13490342. OLE color: 13490342.

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

Color convert

RGB166216205-
CMYK0.2300.050.15
HSL166.8º39.06%74.9%-
HSV(B)166.8º23.15%84.71%-
XYZ51.361.6366.95-
YUV199.8130.94103.89-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 28.28%
GREEN value IS 216 (84.77% from 255) = 36.80%
BLUE value IS 205 (80.47% from 255) = 34.92%
R=28.28%
G=36.80%
B=34.92%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1662162050.2300.050.15166.839.0674.9
HexA6D8CD1705Fa7274b
Octal24633031527051724747113
Binary1010011011011000110011011011101011111101001111001111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6D8CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6D8CD; }

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

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

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

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

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

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

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

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