#A9DACD

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

Shades of Scandal #A9DACD

Tints of Scandal #A9DACD

Color information

#A9DACD (or 0xA9DACD) is unknown color: approx Scandal. HEX triplet: A9, DA and CD. RGB value is (169,218,205). Sum of RGB (Red+Green+Blue) = 169+218+205=592 (78% of max value = 765). Red value is 169 (66.41% from 255 or 28.55% from 592); Green value is 218 (85.55% from 255 or 36.82% from 592); Blue value is 205 (80.47% from 255 or 34.63% from 592); Max value from RGB is 218 - color contains mainly: green. Hex color #A9DACD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9DACD is #562532. Grayscale: #C9C9C9. Windows color (decimal): -5645619 or 13490857. OLE color: 13490857.

HSL color Cylindrical-coordinate representation of color #A9DACD: hue angle of 164.08º degrees, saturation: 0.4, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A9DACD is Cyan = 0.22, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB169218205-
CMYK0.2200.060.15
HSL164.08º39.84%75.88%-
HSV(B)164.08º22.48%85.49%-
XYZ52.4562.9967.15-
YUV201.87129.77104.56-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 28.55%
GREEN value IS 218 (85.55% from 255) = 36.82%
BLUE value IS 205 (80.47% from 255) = 34.63%
R=28.55%
G=36.82%
B=34.63%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1692182050.2200.060.15164.0839.8475.88
HexA9DACD1606Fa4284c
Octal25133231526061724450114
Binary1010100111011010110011011011001101111101001001010001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9DACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9DACD; }

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

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

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

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

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

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

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

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