#A3DFD8

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

Shades of Sinbad #A3DFD8

Tints of Sinbad #A3DFD8

Color information

#A3DFD8 (or 0xA3DFD8) is unknown color: approx Sinbad. HEX triplet: A3, DF and D8. RGB value is (163,223,216). Sum of RGB (Red+Green+Blue) = 163+223+216=602 (79% of max value = 765). Red value is 163 (64.06% from 255 or 27.08% from 602); Green value is 223 (87.5% from 255 or 37.04% from 602); Blue value is 216 (84.77% from 255 or 35.88% from 602); Max value from RGB is 223 - color contains mainly: green. Hex color #A3DFD8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3DFD8 is #5C2027. Grayscale: #CCCCCC. Windows color (decimal): -6037544 or 14213027. OLE color: 14213027.

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

Color convert

RGB163223216-
CMYK0.2700.030.13
HSL173º48.39%75.69%-
HSV(B)173º26.91%87.45%-
XYZ53.8965.5274.77-
YUV204.26134.6298.57-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 27.08%
GREEN value IS 223 (87.5% from 255) = 37.04%
BLUE value IS 216 (84.77% from 255) = 35.88%
R=27.08%
G=37.04%
B=35.88%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1632232160.2700.030.1317348.3975.69
HexA3DFD81B03Dad304c
Octal24333733033031525560114
Binary101000111101111111011000110110111101101011011100001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3DFD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3DFD8; }

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

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

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

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

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

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

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

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