#A4D8C9

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

Shades of Scandal #A4D8C9

Tints of Scandal #A4D8C9

Color information

#A4D8C9 (or 0xA4D8C9) is unknown color: approx Scandal. HEX triplet: A4, D8 and C9. RGB value is (164,216,201). Sum of RGB (Red+Green+Blue) = 164+216+201=581 (76% of max value = 765). Red value is 164 (64.45% from 255 or 28.23% from 581); Green value is 216 (84.77% from 255 or 37.18% from 581); Blue value is 201 (78.91% from 255 or 34.60% from 581); Max value from RGB is 216 - color contains mainly: green. Hex color #A4D8C9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4D8C9 is #5B2736. Grayscale: #C6C6C6. Windows color (decimal): -5973815 or 13228196. OLE color: 13228196.

HSL color Cylindrical-coordinate representation of color #A4D8C9: hue angle of 162.69º degrees, saturation: 0.4, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A4D8C9 is Cyan = 0.24, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.15.

Color convert

RGB164216201-
CMYK0.2400.070.15
HSL162.69º40%74.51%-
HSV(B)162.69º24.07%84.71%-
XYZ50.4161.2264.42-
YUV198.74129.27103.22-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 28.23%
GREEN value IS 216 (84.77% from 255) = 37.18%
BLUE value IS 201 (78.91% from 255) = 34.60%
R=28.23%
G=37.18%
B=34.60%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1642162010.2400.070.15162.694074.51
HexA4D8C91807Fa3284b
Octal24433031130071724350113
Binary1010010011011000110010011100001111111101000111010001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4D8C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4D8C9; }

 p { color: rgb(164,216,201); }

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

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

 a { background-color: rgb(164,216,201); }

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

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

 span { border-color: rgb(164,216,201); }

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