#A9D5CC

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

Shades of Scandal #A9D5CC

Tints of Scandal #A9D5CC

Color information

#A9D5CC (or 0xA9D5CC) is unknown color: approx Scandal. HEX triplet: A9, D5 and CC. RGB value is (169,213,204). Sum of RGB (Red+Green+Blue) = 169+213+204=586 (77% of max value = 765). Red value is 169 (66.41% from 255 or 28.84% from 586); Green value is 213 (83.59% from 255 or 36.35% from 586); Blue value is 204 (80.08% from 255 or 34.81% from 586); Max value from RGB is 213 - color contains mainly: green. Hex color #A9D5CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9D5CC is #562A33. Grayscale: #C6C6C6. Windows color (decimal): -5646900 or 13424041. OLE color: 13424041.

HSL color Cylindrical-coordinate representation of color #A9D5CC: hue angle of 167.73º degrees, saturation: 0.34, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A9D5CC is Cyan = 0.21, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.16.

Color convert

RGB169213204-
CMYK0.2100.040.16
HSL167.73º34.38%74.9%-
HSV(B)167.73º20.66%83.53%-
XYZ51.0660.3866.09-
YUV198.82130.92106.73-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 28.84%
GREEN value IS 213 (83.59% from 255) = 36.35%
BLUE value IS 204 (80.08% from 255) = 34.81%
R=28.84%
G=36.35%
B=34.81%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1692132040.2100.040.16167.7334.3874.9
HexA9D5CC150410a8224b
Octal25132531425042025042113
Binary10101001110101011100110010101010010000101010001000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9D5CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9D5CC; }

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

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

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

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

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

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

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

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