#A3D8D5

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

Shades of Sinbad #A3D8D5

Tints of Sinbad #A3D8D5

Color information

#A3D8D5 (or 0xA3D8D5) is unknown color: approx Sinbad. HEX triplet: A3, D8 and D5. RGB value is (163,216,213). Sum of RGB (Red+Green+Blue) = 163+216+213=592 (78% of max value = 765). Red value is 163 (64.06% from 255 or 27.53% from 592); Green value is 216 (84.77% from 255 or 36.49% from 592); Blue value is 213 (83.59% from 255 or 35.98% from 592); Max value from RGB is 216 - color contains mainly: green. Hex color #A3D8D5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3D8D5 is #5C272A. Grayscale: #C7C7C7. Windows color (decimal): -6039339 or 14014627. OLE color: 14014627.

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

Color convert

RGB163216213-
CMYK0.2500.010.15
HSL176.6º40.46%74.31%-
HSV(B)176.6º24.54%84.71%-
XYZ51.6761.772.14-
YUV199.81135.44101.74-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 27.53%
GREEN value IS 216 (84.77% from 255) = 36.49%
BLUE value IS 213 (83.59% from 255) = 35.98%
R=27.53%
G=36.49%
B=35.98%

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
Decimal1632162130.2500.010.15176.640.4674.31
HexA3D8D51901Fb1284a
Octal24333032531011726150112
Binary10100011110110001101010111001011111101100011010001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3D8D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3D8D5; }

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

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

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

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

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

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

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

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