#A9DCCB

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

Shades of Scandal #A9DCCB

Tints of Scandal #A9DCCB

Color information

#A9DCCB (or 0xA9DCCB) is unknown color: approx Scandal. HEX triplet: A9, DC and CB. RGB value is (169,220,203). Sum of RGB (Red+Green+Blue) = 169+220+203=592 (78% of max value = 765). Red value is 169 (66.41% from 255 or 28.55% from 592); Green value is 220 (86.33% from 255 or 37.16% from 592); Blue value is 203 (79.69% from 255 or 34.29% from 592); Max value from RGB is 220 - color contains mainly: green. Hex color #A9DCCB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9DCCB is #562334. Grayscale: #CACACA. Windows color (decimal): -5645109 or 13360297. OLE color: 13360297.

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

Color convert

RGB169220203-
CMYK0.2300.080.14
HSL160º42.15%76.27%-
HSV(B)160º23.18%86.27%-
XYZ52.7363.9366.06-
YUV202.81128.1103.88-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 28.55%
GREEN value IS 220 (86.33% from 255) = 37.16%
BLUE value IS 203 (79.69% from 255) = 34.29%
R=28.55%
G=37.16%
B=34.29%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1692202030.2300.080.1416042.1576.27
HexA9DCCB1708Ea02a4c
Octal251334313270101624052114
Binary10101001110111001100101110111010001110101000001010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9DCCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9DCCB; }

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

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

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

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

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

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

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

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