#A3D6CA

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

Shades of Sinbad #A3D6CA

Tints of Sinbad #A3D6CA

Color information

#A3D6CA (or 0xA3D6CA) is unknown color: approx Sinbad. HEX triplet: A3, D6 and CA. RGB value is (163,214,202). Sum of RGB (Red+Green+Blue) = 163+214+202=579 (76% of max value = 765). Red value is 163 (64.06% from 255 or 28.15% from 579); Green value is 214 (83.98% from 255 or 36.96% from 579); Blue value is 202 (79.30% from 255 or 34.89% from 579); Max value from RGB is 214 - color contains mainly: green. Hex color #A3D6CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3D6CA is #5C2935. Grayscale: #C5C5C5. Windows color (decimal): -6039862 or 13293219. OLE color: 13293219.

HSL color Cylindrical-coordinate representation of color #A3D6CA: hue angle of 165.88º degrees, saturation: 0.38, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A3D6CA is Cyan = 0.24, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.16.

Color convert

RGB163214202-
CMYK0.2400.060.16
HSL165.88º38.35%73.92%-
HSV(B)165.88º23.83%83.92%-
XYZ49.8160.1464.86-
YUV197.38130.6103.48-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 28.15%
GREEN value IS 214 (83.98% from 255) = 36.96%
BLUE value IS 202 (79.30% from 255) = 34.89%
R=28.15%
G=36.96%
B=34.89%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1632142020.2400.060.16165.8838.3573.92
HexA3D6CA180610a6264a
Octal24332631230062024646112
Binary10100011110101101100101011000011010000101001101001101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3D6CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3D6CA; }

 p { color: rgb(163,214,202); }

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

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

 a { background-color: rgb(163,214,202); }

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

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

 span { border-color: rgb(163,214,202); }

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