#A7DACF

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

Shades of Scandal #A7DACF

Tints of Scandal #A7DACF

Color information

#A7DACF (or 0xA7DACF) is unknown color: approx Scandal. HEX triplet: A7, DA and CF. RGB value is (167,218,207). Sum of RGB (Red+Green+Blue) = 167+218+207=592 (78% of max value = 765). Red value is 167 (65.62% from 255 or 28.21% from 592); Green value is 218 (85.55% from 255 or 36.82% from 592); Blue value is 207 (81.25% from 255 or 34.97% from 592); Max value from RGB is 218 - color contains mainly: green. Hex color #A7DACF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A7DACF is #582530. Grayscale: #C9C9C9. Windows color (decimal): -5776689 or 13621927. OLE color: 13621927.

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

Color convert

RGB167218207-
CMYK0.2300.050.15
HSL167.06º40.8%75.49%-
HSV(B)167.06º23.39%85.49%-
XYZ52.2762.8668.41-
YUV201.5131.1103.39-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 28.21%
GREEN value IS 218 (85.55% from 255) = 36.82%
BLUE value IS 207 (81.25% from 255) = 34.97%
R=28.21%
G=36.82%
B=34.97%

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
Decimal1672182070.2300.050.15167.0640.875.49
HexA7DACF1705Fa7294b
Octal24733231727051724751113
Binary1010011111011010110011111011101011111101001111010011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7DACF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7DACF; }

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

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

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

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

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

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

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

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