#A3DAD8

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

Shades of Sinbad #A3DAD8

Tints of Sinbad #A3DAD8

Color information

#A3DAD8 (or 0xA3DAD8) is unknown color: approx Sinbad. HEX triplet: A3, DA and D8. RGB value is (163,218,216). Sum of RGB (Red+Green+Blue) = 163+218+216=597 (79% of max value = 765). Red value is 163 (64.06% from 255 or 27.30% from 597); Green value is 218 (85.55% from 255 or 36.52% from 597); Blue value is 216 (84.77% from 255 or 36.18% from 597); Max value from RGB is 218 - color contains mainly: green. Hex color #A3DAD8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3DAD8 is #5C2527. Grayscale: #C9C9C9. Windows color (decimal): -6038824 or 14211747. OLE color: 14211747.

HSL color Cylindrical-coordinate representation of color #A3DAD8: hue angle of 177.82º degrees, saturation: 0.43, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A3DAD8 is Cyan = 0.25, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.15.

Color convert

RGB163218216-
CMYK0.2500.010.15
HSL177.82º42.64%74.71%-
HSV(B)177.82º25.23%85.49%-
XYZ52.5762.8974.33-
YUV201.33136.28100.66-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 27.30%
GREEN value IS 218 (85.55% from 255) = 36.52%
BLUE value IS 216 (84.77% from 255) = 36.18%
R=27.30%
G=36.52%
B=36.18%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1632182160.2500.010.15177.8242.6474.71
HexA3DAD81901Fb22b4b
Octal24333233031011726253113
Binary10100011110110101101100011001011111101100101010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3DAD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3DAD8; }

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

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

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

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

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

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

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

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