#A9D5CD

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

Shades of Scandal #A9D5CD

Tints of Scandal #A9D5CD

Color information

#A9D5CD (or 0xA9D5CD) is unknown color: approx Scandal. HEX triplet: A9, D5 and CD. RGB value is (169,213,205). Sum of RGB (Red+Green+Blue) = 169+213+205=587 (77% of max value = 765). Red value is 169 (66.41% from 255 or 28.79% from 587); Green value is 213 (83.59% from 255 or 36.29% from 587); Blue value is 205 (80.47% from 255 or 34.92% from 587); Max value from RGB is 213 - color contains mainly: green. Hex color #A9D5CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9D5CD is #562A32. Grayscale: #C6C6C6. Windows color (decimal): -5646899 or 13489577. OLE color: 13489577.

HSL color Cylindrical-coordinate representation of color #A9D5CD: hue angle of 169.09º 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 #A9D5CD is Cyan = 0.21, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.16.

Color convert

RGB169213205-
CMYK0.2100.040.16
HSL169.09º34.38%74.9%-
HSV(B)169.09º20.66%83.53%-
XYZ51.1860.4366.72-
YUV198.93131.42106.65-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 28.79%
GREEN value IS 213 (83.59% from 255) = 36.29%
BLUE value IS 205 (80.47% from 255) = 34.92%
R=28.79%
G=36.29%
B=34.92%

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
Decimal1692132050.2100.040.16169.0934.3874.9
HexA9D5CD150410a9224b
Octal25132531525042025142113
Binary10101001110101011100110110101010010000101010011000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9D5CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9D5CD; }

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

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

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

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

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

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

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

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