#A9DAD1

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

Shades of Scandal #A9DAD1

Tints of Scandal #A9DAD1

Color information

#A9DAD1 (or 0xA9DAD1) is unknown color: approx Scandal. HEX triplet: A9, DA and D1. RGB value is (169,218,209). Sum of RGB (Red+Green+Blue) = 169+218+209=596 (78% of max value = 765). Red value is 169 (66.41% from 255 or 28.36% from 596); Green value is 218 (85.55% from 255 or 36.58% from 596); Blue value is 209 (82.03% from 255 or 35.07% from 596); Max value from RGB is 218 - color contains mainly: green. Hex color #A9DAD1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9DAD1 is #56252E. Grayscale: #CACACA. Windows color (decimal): -5645615 or 13753001. OLE color: 13753001.

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

Color convert

RGB169218209-
CMYK0.2200.040.15
HSL168.98º39.84%75.88%-
HSV(B)168.98º22.48%85.49%-
XYZ52.9463.1869.73-
YUV202.32131.77104.23-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 28.36%
GREEN value IS 218 (85.55% from 255) = 36.58%
BLUE value IS 209 (82.03% from 255) = 35.07%
R=28.36%
G=36.58%
B=35.07%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1692182090.2200.040.15168.9839.8475.88
HexA9DAD11604Fa9284c
Octal25133232126041725150114
Binary1010100111011010110100011011001001111101010011010001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9DAD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9DAD1; }

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

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

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

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

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

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

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

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