#A9D9CA

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

Shades of Scandal #A9D9CA

Tints of Scandal #A9D9CA

Color information

#A9D9CA (or 0xA9D9CA) is unknown color: approx Scandal. HEX triplet: A9, D9 and CA. RGB value is (169,217,202). Sum of RGB (Red+Green+Blue) = 169+217+202=588 (77% of max value = 765). Red value is 169 (66.41% from 255 or 28.74% from 588); Green value is 217 (85.16% from 255 or 36.90% from 588); Blue value is 202 (79.30% from 255 or 34.35% from 588); Max value from RGB is 217 - color contains mainly: green. Hex color #A9D9CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9D9CA is #562635. Grayscale: #C8C8C8. Windows color (decimal): -5645878 or 13293993. OLE color: 13293993.

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

Color convert

RGB169217202-
CMYK0.2200.070.15
HSL161.25º38.71%75.69%-
HSV(B)161.25º22.12%85.1%-
XYZ51.8462.3265.18-
YUV200.94128.6105.22-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 28.74%
GREEN value IS 217 (85.16% from 255) = 36.90%
BLUE value IS 202 (79.30% from 255) = 34.35%
R=28.74%
G=36.90%
B=34.35%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1692172020.2200.070.15161.2538.7175.69
HexA9D9CA1607Fa1274c
Octal25133131226071724147114
Binary1010100111011001110010101011001111111101000011001111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9D9CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9D9CA; }

 p { color: rgb(169,217,202); }

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

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

 a { background-color: rgb(169,217,202); }

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

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

 span { border-color: rgb(169,217,202); }

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