#A9DCD4

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

Shades of Scandal #A9DCD4

Tints of Scandal #A9DCD4

Color information

#A9DCD4 (or 0xA9DCD4) is unknown color: approx Scandal. HEX triplet: A9, DC and D4. RGB value is (169,220,212). Sum of RGB (Red+Green+Blue) = 169+220+212=601 (79% of max value = 765). Red value is 169 (66.41% from 255 or 28.12% from 601); Green value is 220 (86.33% from 255 or 36.61% from 601); Blue value is 212 (83.20% from 255 or 35.27% from 601); Max value from RGB is 220 - color contains mainly: green. Hex color #A9DCD4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9DCD4 is #56232B. Grayscale: #CBCBCB. Windows color (decimal): -5645100 or 13950121. OLE color: 13950121.

HSL color Cylindrical-coordinate representation of color #A9DCD4: hue angle of 170.59º degrees, saturation: 0.42, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A9DCD4 is Cyan = 0.23, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.14.

Color convert

RGB169220212-
CMYK0.2300.040.14
HSL170.59º42.15%76.27%-
HSV(B)170.59º23.18%86.27%-
XYZ53.8464.3771.88-
YUV203.84132.6103.15-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 28.12%
GREEN value IS 220 (86.33% from 255) = 36.61%
BLUE value IS 212 (83.20% from 255) = 35.27%
R=28.12%
G=36.61%
B=35.27%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1692202120.2300.040.14170.5942.1576.27
HexA9DCD41704Eab2a4c
Octal25133432427041625352114
Binary1010100111011100110101001011101001110101010111010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9DCD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9DCD4; }

 p { color: rgb(169,220,212); }

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

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

 a { background-color: rgb(169,220,212); }

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

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

 span { border-color: rgb(169,220,212); }

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