#A9DCD0

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

Shades of Scandal #A9DCD0

Tints of Scandal #A9DCD0

Color information

#A9DCD0 (or 0xA9DCD0) is unknown color: approx Scandal. HEX triplet: A9, DC and D0. RGB value is (169,220,208). Sum of RGB (Red+Green+Blue) = 169+220+208=597 (79% of max value = 765). Red value is 169 (66.41% from 255 or 28.31% from 597); Green value is 220 (86.33% from 255 or 36.85% from 597); Blue value is 208 (81.64% from 255 or 34.84% from 597); Max value from RGB is 220 - color contains mainly: green. Hex color #A9DCD0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9DCD0 is #56232F. Grayscale: #CBCBCB. Windows color (decimal): -5645104 or 13687977. OLE color: 13687977.

HSL color Cylindrical-coordinate representation of color #A9DCD0: hue angle of 165.88º degrees, saturation: 0.42, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A9DCD0 is Cyan = 0.23, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.14.

Color convert

RGB169220208-
CMYK0.2300.050.14
HSL165.88º42.15%76.27%-
HSV(B)165.88º23.18%86.27%-
XYZ53.3464.1869.25-
YUV203.38130.6103.48-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 28.31%
GREEN value IS 220 (86.33% from 255) = 36.85%
BLUE value IS 208 (81.64% from 255) = 34.84%
R=28.31%
G=36.85%
B=34.84%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1692202080.2300.050.14165.8842.1576.27
HexA9DCD01705Ea62a4c
Octal25133432027051624652114
Binary1010100111011100110100001011101011110101001101010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9DCD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9DCD0; }

 p { color: rgb(169,220,208); }

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

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

 a { background-color: rgb(169,220,208); }

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

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

 span { border-color: rgb(169,220,208); }

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