#A3DFD3

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

Shades of Scandal #A3DFD3

Tints of Scandal #A3DFD3

Color information

#A3DFD3 (or 0xA3DFD3) is unknown color: approx Scandal. HEX triplet: A3, DF and D3. RGB value is (163,223,211). Sum of RGB (Red+Green+Blue) = 163+223+211=597 (79% of max value = 765). Red value is 163 (64.06% from 255 or 27.30% from 597); Green value is 223 (87.5% from 255 or 37.35% from 597); Blue value is 211 (82.81% from 255 or 35.34% from 597); Max value from RGB is 223 - color contains mainly: green. Hex color #A3DFD3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3DFD3 is #5C202C. Grayscale: #CBCBCB. Windows color (decimal): -6037549 or 13885347. OLE color: 13885347.

HSL color Cylindrical-coordinate representation of color #A3DFD3: hue angle of 168º 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 #A3DFD3 is Cyan = 0.27, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.13.

Color convert

RGB163223211-
CMYK0.2700.050.13
HSL168º48.39%75.69%-
HSV(B)168º26.91%87.45%-
XYZ53.2565.2771.42-
YUV203.69132.1298.98-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 27.30%
GREEN value IS 223 (87.5% from 255) = 37.35%
BLUE value IS 211 (82.81% from 255) = 35.34%
R=27.30%
G=37.35%
B=35.34%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1632232110.2700.050.1316848.3975.69
HexA3DFD31B05Da8304c
Octal24333732333051525060114
Binary1010001111011111110100111101101011101101010001100001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3DFD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3DFD3; }

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

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

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

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

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

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

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

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