#A3DFD1

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

Shades of Scandal #A3DFD1

Tints of Scandal #A3DFD1

Color information

#A3DFD1 (or 0xA3DFD1) is unknown color: approx Scandal. HEX triplet: A3, DF and D1. RGB value is (163,223,209). Sum of RGB (Red+Green+Blue) = 163+223+209=595 (78% of max value = 765). Red value is 163 (64.06% from 255 or 27.39% from 595); Green value is 223 (87.5% from 255 or 37.48% from 595); Blue value is 209 (82.03% from 255 or 35.13% from 595); Max value from RGB is 223 - color contains mainly: green. Hex color #A3DFD1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3DFD1 is #5C202E. Grayscale: #CBCBCB. Windows color (decimal): -6037551 or 13754275. OLE color: 13754275.

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

Color convert

RGB163223209-
CMYK0.2700.060.13
HSL166º48.39%75.69%-
HSV(B)166º26.91%87.45%-
XYZ5365.1770.11-
YUV203.46131.1299.14-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 27.39%
GREEN value IS 223 (87.5% from 255) = 37.48%
BLUE value IS 209 (82.03% from 255) = 35.13%
R=27.39%
G=37.48%
B=35.13%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1632232090.2700.060.1316648.3975.69
HexA3DFD11B06Da6304c
Octal24333732133061524660114
Binary1010001111011111110100011101101101101101001101100001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3DFD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3DFD1; }

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

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

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

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

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

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

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

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