#A7DAD0

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

Shades of Scandal #A7DAD0

Tints of Scandal #A7DAD0

Color information

#A7DAD0 (or 0xA7DAD0) is unknown color: approx Scandal. HEX triplet: A7, DA and D0. RGB value is (167,218,208). Sum of RGB (Red+Green+Blue) = 167+218+208=593 (78% of max value = 765). Red value is 167 (65.62% from 255 or 28.16% from 593); Green value is 218 (85.55% from 255 or 36.76% from 593); Blue value is 208 (81.64% from 255 or 35.08% from 593); Max value from RGB is 218 - color contains mainly: green. Hex color #A7DAD0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A7DAD0 is #58252F. Grayscale: #C9C9C9. Windows color (decimal): -5776688 or 13687463. OLE color: 13687463.

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

Color convert

RGB167218208-
CMYK0.2300.050.15
HSL168.24º40.8%75.49%-
HSV(B)168.24º23.39%85.49%-
XYZ52.3962.9169.06-
YUV201.61131.6103.31-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 28.16%
GREEN value IS 218 (85.55% from 255) = 36.76%
BLUE value IS 208 (81.64% from 255) = 35.08%
R=28.16%
G=36.76%
B=35.08%

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
Decimal1672182080.2300.050.15168.2440.875.49
HexA7DAD01705Fa8294b
Octal24733232027051725051113
Binary1010011111011010110100001011101011111101010001010011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7DAD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7DAD0; }

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

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

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

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

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

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

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

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