#A9DCC9

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

Shades of Scandal #A9DCC9

Tints of Scandal #A9DCC9

Color information

#A9DCC9 (or 0xA9DCC9) is unknown color: approx Scandal. HEX triplet: A9, DC and C9. RGB value is (169,220,201). Sum of RGB (Red+Green+Blue) = 169+220+201=590 (78% of max value = 765). Red value is 169 (66.41% from 255 or 28.64% from 590); Green value is 220 (86.33% from 255 or 37.29% from 590); Blue value is 201 (78.91% from 255 or 34.07% from 590); Max value from RGB is 220 - color contains mainly: green. Hex color #A9DCC9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9DCC9 is #562336. Grayscale: #CACACA. Windows color (decimal): -5645111 or 13229225. OLE color: 13229225.

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

Color convert

RGB169220201-
CMYK0.2300.090.14
HSL157.65º42.15%76.27%-
HSV(B)157.65º23.18%86.27%-
XYZ52.563.8464.81-
YUV202.58127.1104.04-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 28.64%
GREEN value IS 220 (86.33% from 255) = 37.29%
BLUE value IS 201 (78.91% from 255) = 34.07%
R=28.64%
G=37.29%
B=34.07%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1692202010.2300.090.14157.6542.1576.27
HexA9DCC91709E9e2a4c
Octal251334311270111623652114
Binary10101001110111001100100110111010011110100111101010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9DCC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9DCC9; }

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

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

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

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

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

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

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

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