#A3D9D3

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

Shades of Sinbad #A3D9D3

Tints of Sinbad #A3D9D3

Color information

#A3D9D3 (or 0xA3D9D3) is unknown color: approx Sinbad. HEX triplet: A3, D9 and D3. RGB value is (163,217,211). Sum of RGB (Red+Green+Blue) = 163+217+211=591 (78% of max value = 765). Red value is 163 (64.06% from 255 or 27.58% from 591); Green value is 217 (85.16% from 255 or 36.72% from 591); Blue value is 211 (82.81% from 255 or 35.70% from 591); Max value from RGB is 217 - color contains mainly: green. Hex color #A3D9D3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3D9D3 is #5C262C. Grayscale: #C8C8C8. Windows color (decimal): -6039085 or 13883811. OLE color: 13883811.

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

Color convert

RGB163217211-
CMYK0.2500.030.15
HSL173.33º41.54%74.51%-
HSV(B)173.33º24.88%85.1%-
XYZ51.6762.1270.89-
YUV200.17134.11101.49-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 27.58%
GREEN value IS 217 (85.16% from 255) = 36.72%
BLUE value IS 211 (82.81% from 255) = 35.70%
R=27.58%
G=36.72%
B=35.70%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1632172110.2500.030.15173.3341.5474.51
HexA3D9D31903Fad2a4b
Octal24333132331031725552113
Binary101000111101100111010011110010111111101011011010101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3D9D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3D9D3; }

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

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

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

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

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

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

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

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