#A3DAD1

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

Shades of Sinbad #A3DAD1

Tints of Sinbad #A3DAD1

Color information

#A3DAD1 (or 0xA3DAD1) is unknown color: approx Sinbad. HEX triplet: A3, DA and D1. RGB value is (163,218,209). Sum of RGB (Red+Green+Blue) = 163+218+209=590 (78% of max value = 765). Red value is 163 (64.06% from 255 or 27.63% from 590); Green value is 218 (85.55% from 255 or 36.95% from 590); Blue value is 209 (82.03% from 255 or 35.42% from 590); Max value from RGB is 218 - color contains mainly: green. Hex color #A3DAD1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3DAD1 is #5C252E. Grayscale: #C8C8C8. Windows color (decimal): -6038831 or 13752995. OLE color: 13752995.

HSL color Cylindrical-coordinate representation of color #A3DAD1: hue angle of 170.18º 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 #A3DAD1 is Cyan = 0.25, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.15.

Color convert

RGB163218209-
CMYK0.2500.040.15
HSL170.18º42.64%74.71%-
HSV(B)170.18º25.23%85.49%-
XYZ51.6862.5369.67-
YUV200.53132.78101.23-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 27.63%
GREEN value IS 218 (85.55% from 255) = 36.95%
BLUE value IS 209 (82.03% from 255) = 35.42%
R=27.63%
G=36.95%
B=35.42%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1632182090.2500.040.15170.1842.6474.71
HexA3DAD11904Faa2b4b
Octal24333232131041725253113
Binary1010001111011010110100011100101001111101010101010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3DAD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3DAD1; }

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

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

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

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

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

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

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

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