#A9DCCD

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

Shades of Scandal #A9DCCD

Tints of Scandal #A9DCCD

Color information

#A9DCCD (or 0xA9DCCD) is unknown color: approx Scandal. HEX triplet: A9, DC and CD. RGB value is (169,220,205). Sum of RGB (Red+Green+Blue) = 169+220+205=594 (78% of max value = 765). Red value is 169 (66.41% from 255 or 28.45% from 594); Green value is 220 (86.33% from 255 or 37.04% from 594); Blue value is 205 (80.47% from 255 or 34.51% from 594); Max value from RGB is 220 - color contains mainly: green. Hex color #A9DCCD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9DCCD is #562332. Grayscale: #CBCBCB. Windows color (decimal): -5645107 or 13491369. OLE color: 13491369.

HSL color Cylindrical-coordinate representation of color #A9DCCD: hue angle of 162.35º 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 #A9DCCD is Cyan = 0.23, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.14.

Color convert

RGB169220205-
CMYK0.2300.070.14
HSL162.35º42.15%76.27%-
HSV(B)162.35º23.18%86.27%-
XYZ52.9764.0367.32-
YUV203.04129.1103.72-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 28.45%
GREEN value IS 220 (86.33% from 255) = 37.04%
BLUE value IS 205 (80.47% from 255) = 34.51%
R=28.45%
G=37.04%
B=34.51%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1692202050.2300.070.14162.3542.1576.27
HexA9DCCD1707Ea22a4c
Octal25133431527071624252114
Binary1010100111011100110011011011101111110101000101010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9DCCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9DCCD; }

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

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

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

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

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

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

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

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