#A3DFD5

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

Shades of Scandal #A3DFD5

Tints of Scandal #A3DFD5

Color information

#A3DFD5 (or 0xA3DFD5) is unknown color: approx Scandal. HEX triplet: A3, DF and D5. RGB value is (163,223,213). Sum of RGB (Red+Green+Blue) = 163+223+213=599 (79% of max value = 765). Red value is 163 (64.06% from 255 or 27.21% from 599); Green value is 223 (87.5% from 255 or 37.23% from 599); Blue value is 213 (83.59% from 255 or 35.56% from 599); Max value from RGB is 223 - color contains mainly: green. Hex color #A3DFD5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3DFD5 is #5C202A. Grayscale: #CBCBCB. Windows color (decimal): -6037547 or 14016419. OLE color: 14016419.

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

Color convert

RGB163223213-
CMYK0.2700.040.13
HSL170º48.39%75.69%-
HSV(B)170º26.91%87.45%-
XYZ53.565.3772.75-
YUV203.92133.1298.81-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 27.21%
GREEN value IS 223 (87.5% from 255) = 37.23%
BLUE value IS 213 (83.59% from 255) = 35.56%
R=27.21%
G=37.23%
B=35.56%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1632232130.2700.040.1317048.3975.69
HexA3DFD51B04Daa304c
Octal24333732533041525260114
Binary1010001111011111110101011101101001101101010101100001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3DFD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3DFD5; }

 p { color: rgb(163,223,213); }

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

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

 a { background-color: rgb(163,223,213); }

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

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

 span { border-color: rgb(163,223,213); }

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