#A9D7CD

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

Shades of Scandal #A9D7CD

Tints of Scandal #A9D7CD

Color information

#A9D7CD (or 0xA9D7CD) is unknown color: approx Scandal. HEX triplet: A9, D7 and CD. RGB value is (169,215,205). Sum of RGB (Red+Green+Blue) = 169+215+205=589 (78% of max value = 765). Red value is 169 (66.41% from 255 or 28.69% from 589); Green value is 215 (84.38% from 255 or 36.50% from 589); Blue value is 205 (80.47% from 255 or 34.80% from 589); Max value from RGB is 215 - color contains mainly: green. Hex color #A9D7CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9D7CD is #562832. Grayscale: #C8C8C8. Windows color (decimal): -5646387 or 13490089. OLE color: 13490089.

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

Color convert

RGB169215205-
CMYK0.2100.050.16
HSL166.96º36.51%75.29%-
HSV(B)166.96º21.4%84.31%-
XYZ51.6861.4466.89-
YUV200.11130.76105.81-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 28.69%
GREEN value IS 215 (84.38% from 255) = 36.50%
BLUE value IS 205 (80.47% from 255) = 34.80%
R=28.69%
G=36.50%
B=34.80%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1692152050.2100.050.16166.9636.5175.29
HexA9D7CD150510a7254b
Octal25132731525052024745113
Binary10101001110101111100110110101010110000101001111001011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9D7CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9D7CD; }

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

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

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

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

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

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

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

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