#A3DACD

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

Shades of Scandal #A3DACD

Tints of Scandal #A3DACD

Color information

#A3DACD (or 0xA3DACD) is unknown color: approx Scandal. HEX triplet: A3, DA and CD. RGB value is (163,218,205). Sum of RGB (Red+Green+Blue) = 163+218+205=586 (77% of max value = 765). Red value is 163 (64.06% from 255 or 27.82% from 586); Green value is 218 (85.55% from 255 or 37.20% from 586); Blue value is 205 (80.47% from 255 or 34.98% from 586); Max value from RGB is 218 - color contains mainly: green. Hex color #A3DACD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3DACD is #5C2532. Grayscale: #C8C8C8. Windows color (decimal): -6038835 or 13490851. OLE color: 13490851.

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

Color convert

RGB163218205-
CMYK0.2500.060.15
HSL165.82º42.64%74.71%-
HSV(B)165.82º25.23%85.49%-
XYZ51.262.3467.09-
YUV200.07130.78101.56-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 27.82%
GREEN value IS 218 (85.55% from 255) = 37.20%
BLUE value IS 205 (80.47% from 255) = 34.98%
R=27.82%
G=37.20%
B=34.98%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1632182050.2500.060.15165.8242.6474.71
HexA3DACD1906Fa62b4b
Octal24333231531061724653113
Binary1010001111011010110011011100101101111101001101010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3DACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3DACD; }

 p { color: rgb(163,218,205); }

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

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

 a { background-color: rgb(163,218,205); }

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

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

 span { border-color: rgb(163,218,205); }

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