#A3DFD4

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

Shades of Scandal #A3DFD4

Tints of Scandal #A3DFD4

Color information

#A3DFD4 (or 0xA3DFD4) is unknown color: approx Scandal. HEX triplet: A3, DF and D4. RGB value is (163,223,212). Sum of RGB (Red+Green+Blue) = 163+223+212=598 (79% of max value = 765). Red value is 163 (64.06% from 255 or 27.26% from 598); Green value is 223 (87.5% from 255 or 37.29% from 598); Blue value is 212 (83.20% from 255 or 35.45% from 598); Max value from RGB is 223 - color contains mainly: green. Hex color #A3DFD4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3DFD4 is #5C202B. Grayscale: #CBCBCB. Windows color (decimal): -6037548 or 13950883. OLE color: 13950883.

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

Color convert

RGB163223212-
CMYK0.2700.050.13
HSL169º48.39%75.69%-
HSV(B)169º26.91%87.45%-
XYZ53.3865.3272.08-
YUV203.81132.6298.89-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 27.26%
GREEN value IS 223 (87.5% from 255) = 37.29%
BLUE value IS 212 (83.20% from 255) = 35.45%
R=27.26%
G=37.29%
B=35.45%

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
Decimal1632232120.2700.050.1316948.3975.69
HexA3DFD41B05Da9304c
Octal24333732433051525160114
Binary1010001111011111110101001101101011101101010011100001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3DFD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3DFD4; }

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

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

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

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

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

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

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

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