#A9D0C6

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

Shades of Scandal #A9D0C6

Tints of Scandal #A9D0C6

Color information

#A9D0C6 (or 0xA9D0C6) is unknown color: approx Scandal. HEX triplet: A9, D0 and C6. RGB value is (169,208,198). Sum of RGB (Red+Green+Blue) = 169+208+198=575 (76% of max value = 765). Red value is 169 (66.41% from 255 or 29.39% from 575); Green value is 208 (81.64% from 255 or 36.17% from 575); Blue value is 198 (77.73% from 255 or 34.43% from 575); Max value from RGB is 208 - color contains mainly: green. Hex color #A9D0C6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9D0C6 is #562F39. Grayscale: #C3C3C3. Windows color (decimal): -5648186 or 13029545. OLE color: 13029545.

HSL color Cylindrical-coordinate representation of color #A9D0C6: hue angle of 164.62º degrees, saturation: 0.29, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A9D0C6 is Cyan = 0.19, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.18.

Color convert

RGB169208198-
CMYK0.1900.050.18
HSL164.62º29.32%73.92%-
HSV(B)164.62º18.75%81.57%-
XYZ49.1157.6261.96-
YUV195.2129.58109.31-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 29.39%
GREEN value IS 208 (81.64% from 255) = 36.17%
BLUE value IS 198 (77.73% from 255) = 34.43%
R=29.39%
G=36.17%
B=34.43%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1692081980.1900.050.18164.6229.3273.92
HexA9D0C6130512a51d4a
Octal25132030623052224535112
Binary1010100111010000110001101001101011001010100101111011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9D0C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9D0C6; }

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

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

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

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

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

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

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

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