#A9E0D9

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

Shades of Scandal #A9E0D9

Tints of Scandal #A9E0D9

Color information

#A9E0D9 (or 0xA9E0D9) is unknown color: approx Scandal. HEX triplet: A9, E0 and D9. RGB value is (169,224,217). Sum of RGB (Red+Green+Blue) = 169+224+217=610 (80% of max value = 765). Red value is 169 (66.41% from 255 or 27.70% from 610); Green value is 224 (87.89% from 255 or 36.72% from 610); Blue value is 217 (85.16% from 255 or 35.57% from 610); Max value from RGB is 224 - color contains mainly: green. Hex color #A9E0D9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9E0D9 is #561F26. Grayscale: #CECECE. Windows color (decimal): -5644071 or 14278825. OLE color: 14278825.

HSL color Cylindrical-coordinate representation of color #A9E0D9: hue angle of 172.36º degrees, saturation: 0.47, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A9E0D9 is Cyan = 0.25, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.12.

Color convert

RGB169224217-
CMYK0.2500.030.12
HSL172.36º47.01%77.06%-
HSV(B)172.36º24.55%87.84%-
XYZ55.5466.7675.6-
YUV206.76133.78101.07-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 27.70%
GREEN value IS 224 (87.89% from 255) = 36.72%
BLUE value IS 217 (85.16% from 255) = 35.57%
R=27.70%
G=36.72%
B=35.57%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1692242170.2500.030.12172.3647.0177.06
HexA9E0D91903Cac2f4d
Octal25134033131031425457115
Binary101010011110000011011001110010111100101011001011111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9E0D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9E0D9; }

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

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

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

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

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

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

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

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