#A6DCCF

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

Shades of Scandal #A6DCCF

Tints of Scandal #A6DCCF

Color information

#A6DCCF (or 0xA6DCCF) is unknown color: approx Scandal. HEX triplet: A6, DC and CF. RGB value is (166,220,207). Sum of RGB (Red+Green+Blue) = 166+220+207=593 (78% of max value = 765). Red value is 166 (65.23% from 255 or 27.99% from 593); Green value is 220 (86.33% from 255 or 37.10% from 593); Blue value is 207 (81.25% from 255 or 34.91% from 593); Max value from RGB is 220 - color contains mainly: green. Hex color #A6DCCF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6DCCF is #592330. Grayscale: #CACACA. Windows color (decimal): -5841713 or 13622438. OLE color: 13622438.

HSL color Cylindrical-coordinate representation of color #A6DCCF: hue angle of 165.56º 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 #A6DCCF is Cyan = 0.25, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.14.

Color convert

RGB166220207-
CMYK0.2500.060.14
HSL165.56º43.55%75.69%-
HSV(B)165.56º24.55%86.27%-
XYZ52.5863.868.57-
YUV202.37130.61102.06-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 27.99%
GREEN value IS 220 (86.33% from 255) = 37.10%
BLUE value IS 207 (81.25% from 255) = 34.91%
R=27.99%
G=37.10%
B=34.91%

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
Decimal1662202070.2500.060.14165.5643.5575.69
HexA6DCCF1906Ea62c4c
Octal24633431731061624654114
Binary1010011011011100110011111100101101110101001101011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6DCCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6DCCF; }

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

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

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

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

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

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

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

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