#A9D9CC

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

Shades of Scandal #A9D9CC

Tints of Scandal #A9D9CC

Color information

#A9D9CC (or 0xA9D9CC) is unknown color: approx Scandal. HEX triplet: A9, D9 and CC. RGB value is (169,217,204). Sum of RGB (Red+Green+Blue) = 169+217+204=590 (78% of max value = 765). Red value is 169 (66.41% from 255 or 28.64% from 590); Green value is 217 (85.16% from 255 or 36.78% from 590); Blue value is 204 (80.08% from 255 or 34.58% from 590); Max value from RGB is 217 - color contains mainly: green. Hex color #A9D9CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9D9CC is #562633. Grayscale: #C9C9C9. Windows color (decimal): -5645876 or 13425065. OLE color: 13425065.

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

Color convert

RGB169217204-
CMYK0.2200.060.15
HSL163.75º38.71%75.69%-
HSV(B)163.75º22.12%85.1%-
XYZ52.0762.4266.43-
YUV201.17129.6105.06-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 28.64%
GREEN value IS 217 (85.16% from 255) = 36.78%
BLUE value IS 204 (80.08% from 255) = 34.58%
R=28.64%
G=36.78%
B=34.58%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1692172040.2200.060.15163.7538.7175.69
HexA9D9CC1606Fa4274c
Octal25133131426061724447114
Binary1010100111011001110011001011001101111101001001001111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9D9CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9D9CC; }

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

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

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

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

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

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

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

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