#A3D8D3

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

Shades of Sinbad #A3D8D3

Tints of Sinbad #A3D8D3

Color information

#A3D8D3 (or 0xA3D8D3) is unknown color: approx Sinbad. HEX triplet: A3, D8 and D3. RGB value is (163,216,211). Sum of RGB (Red+Green+Blue) = 163+216+211=590 (78% of max value = 765). Red value is 163 (64.06% from 255 or 27.63% from 590); Green value is 216 (84.77% from 255 or 36.61% from 590); Blue value is 211 (82.81% from 255 or 35.76% from 590); Max value from RGB is 216 - color contains mainly: green. Hex color #A3D8D3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3D8D3 is #5C272C. Grayscale: #C7C7C7. Windows color (decimal): -6039341 or 13883555. OLE color: 13883555.

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

Color convert

RGB163216211-
CMYK0.2500.020.15
HSL174.34º40.46%74.31%-
HSV(B)174.34º24.54%84.71%-
XYZ51.4261.670.81-
YUV199.58134.44101.91-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 27.63%
GREEN value IS 216 (84.77% from 255) = 36.61%
BLUE value IS 211 (82.81% from 255) = 35.76%
R=27.63%
G=36.61%
B=35.76%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1632162110.2500.020.15174.3440.4674.31
HexA3D8D31902Fae284a
Octal24333032331021725650112
Binary101000111101100011010011110010101111101011101010001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3D8D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3D8D3; }

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

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

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

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

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

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

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

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