#A9DDCD

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

Shades of Scandal #A9DDCD

Tints of Scandal #A9DDCD

Color information

#A9DDCD (or 0xA9DDCD) is unknown color: approx Scandal. HEX triplet: A9, DD and CD. RGB value is (169,221,205). Sum of RGB (Red+Green+Blue) = 169+221+205=595 (78% of max value = 765). Red value is 169 (66.41% from 255 or 28.40% from 595); Green value is 221 (86.72% from 255 or 37.14% from 595); Blue value is 205 (80.47% from 255 or 34.45% from 595); Max value from RGB is 221 - color contains mainly: green. Hex color #A9DDCD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9DDCD is #562232. Grayscale: #CBCBCB. Windows color (decimal): -5644851 or 13491625. OLE color: 13491625.

HSL color Cylindrical-coordinate representation of color #A9DDCD: hue angle of 161.54º degrees, saturation: 0.43, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A9DDCD is Cyan = 0.24, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.13.

Color convert

RGB169221205-
CMYK0.2400.070.13
HSL161.54º43.33%76.47%-
HSV(B)161.54º23.53%86.67%-
XYZ53.2464.5667.41-
YUV203.63128.77103.3-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 28.40%
GREEN value IS 221 (86.72% from 255) = 37.14%
BLUE value IS 205 (80.47% from 255) = 34.45%
R=28.40%
G=37.14%
B=34.45%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1692212050.2400.070.13161.5443.3376.47
HexA9DDCD1807Da22b4c
Octal25133531530071524253114
Binary1010100111011101110011011100001111101101000101010111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9DDCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9DDCD; }

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

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

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

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

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

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

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

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