#A7DACC

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

Shades of Scandal #A7DACC

Tints of Scandal #A7DACC

Color information

#A7DACC (or 0xA7DACC) is unknown color: approx Scandal. HEX triplet: A7, DA and CC. RGB value is (167,218,204). Sum of RGB (Red+Green+Blue) = 167+218+204=589 (78% of max value = 765). Red value is 167 (65.62% from 255 or 28.35% from 589); Green value is 218 (85.55% from 255 or 37.01% from 589); Blue value is 204 (80.08% from 255 or 34.63% from 589); Max value from RGB is 218 - color contains mainly: green. Hex color #A7DACC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A7DACC is #582533. Grayscale: #C9C9C9. Windows color (decimal): -5776692 or 13425319. OLE color: 13425319.

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

Color convert

RGB167218204-
CMYK0.2300.060.15
HSL163.53º40.8%75.49%-
HSV(B)163.53º23.39%85.49%-
XYZ51.9162.7266.5-
YUV201.16129.6103.64-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 28.35%
GREEN value IS 218 (85.55% from 255) = 37.01%
BLUE value IS 204 (80.08% from 255) = 34.63%
R=28.35%
G=37.01%
B=34.63%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1672182040.2300.060.15163.5340.875.49
HexA7DACC1706Fa4294b
Octal24733231427061724451113
Binary1010011111011010110011001011101101111101001001010011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7DACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7DACC; }

 p { color: rgb(167,218,204); }

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

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

 a { background-color: rgb(167,218,204); }

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

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

 span { border-color: rgb(167,218,204); }

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