#A6DCCE

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

Shades of Scandal #A6DCCE

Tints of Scandal #A6DCCE

Color information

#A6DCCE (or 0xA6DCCE) is unknown color: approx Scandal. HEX triplet: A6, DC and CE. RGB value is (166,220,206). Sum of RGB (Red+Green+Blue) = 166+220+206=592 (78% of max value = 765). Red value is 166 (65.23% from 255 or 28.04% from 592); Green value is 220 (86.33% from 255 or 37.16% from 592); Blue value is 206 (80.86% from 255 or 34.80% from 592); Max value from RGB is 220 - color contains mainly: green. Hex color #A6DCCE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6DCCE is #592331. Grayscale: #CACACA. Windows color (decimal): -5841714 or 13556902. OLE color: 13556902.

HSL color Cylindrical-coordinate representation of color #A6DCCE: hue angle of 164.44º degrees, saturation: 0.44, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A6DCCE is Cyan = 0.25, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.14.

Color convert

RGB166220206-
CMYK0.2500.060.14
HSL164.44º43.55%75.69%-
HSV(B)164.44º24.55%86.27%-
XYZ52.4663.7567.93-
YUV202.26130.11102.14-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 28.04%
GREEN value IS 220 (86.33% from 255) = 37.16%
BLUE value IS 206 (80.86% from 255) = 34.80%
R=28.04%
G=37.16%
B=34.80%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1662202060.2500.060.14164.4443.5575.69
HexA6DCCE1906Ea42c4c
Octal24633431631061624454114
Binary1010011011011100110011101100101101110101001001011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6DCCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6DCCE; }

 p { color: rgb(166,220,206); }

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

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

 a { background-color: rgb(166,220,206); }

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

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

 span { border-color: rgb(166,220,206); }

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