#A7DACD

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

Shades of Scandal #A7DACD

Tints of Scandal #A7DACD

Color information

#A7DACD (or 0xA7DACD) is unknown color: approx Scandal. HEX triplet: A7, DA and CD. RGB value is (167,218,205). Sum of RGB (Red+Green+Blue) = 167+218+205=590 (78% of max value = 765). Red value is 167 (65.62% from 255 or 28.31% from 590); Green value is 218 (85.55% from 255 or 36.95% from 590); Blue value is 205 (80.47% from 255 or 34.75% from 590); Max value from RGB is 218 - color contains mainly: green. Hex color #A7DACD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A7DACD is #582532. Grayscale: #C9C9C9. Windows color (decimal): -5776691 or 13490855. OLE color: 13490855.

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

Color convert

RGB167218205-
CMYK0.2300.060.15
HSL164.71º40.8%75.49%-
HSV(B)164.71º23.39%85.49%-
XYZ52.0362.7767.13-
YUV201.27130.1103.56-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 28.31%
GREEN value IS 218 (85.55% from 255) = 36.95%
BLUE value IS 205 (80.47% from 255) = 34.75%
R=28.31%
G=36.95%
B=34.75%

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
Decimal1672182050.2300.060.15164.7140.875.49
HexA7DACD1706Fa5294b
Octal24733231527061724551113
Binary1010011111011010110011011011101101111101001011010011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7DACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7DACD; }

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

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

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

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

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

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

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

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