#a3d0c8

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

Shades of Sinbad #A3D0C8

Tints of Sinbad #A3D0C8

Color information

#A3D0C8 (or 0xA3D0C8) is unknown color: approx Sinbad. HEX triplet: A3, D0 and C8. RGB value is (163,208,200). Sum of RGB (Red+Green+Blue) = 163+208+200=571 (75% of max value = 765). Red value is 163 (64.06% from 255 or 28.55% from 571); Green value is 208 (81.64% from 255 or 36.43% from 571); Blue value is 200 (78.52% from 255 or 35.03% from 571); Max value from RGB is 208 - color contains mainly: green. Hex color #A3D0C8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3D0C8 is #5C2F37. Grayscale: #C1C1C1. Windows color (decimal): -6041400 or 13160611. OLE color: 13160611.

HSL color Cylindrical-coordinate representation of color #A3D0C8: hue angle of 169.33º degrees, saturation: 0.32, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A3D0C8 is Cyan = 0.22, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.18.

Color convert

RGB163208200-
CMYK0.2200.040.18
HSL169.33º32.37%72.75%-
HSV(B)169.33º21.63%81.57%-
XYZ48.0957.0763.12-
YUV193.63131.59106.15-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 28.55%
GREEN value IS 208 (81.64% from 255) = 36.43%
BLUE value IS 200 (78.52% from 255) = 35.03%
R=28.55%
G=36.43%
B=35.03%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1632082000.2200.040.18169.3332.3772.75
HexA3D0C8160412a92049
Octal24332031026042225140111
Binary10100011110100001100100010110010010010101010011000001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a3d0c8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a3d0c8; }

 p { color: rgb(163,208,200); }

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

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

 a { background-color: rgb(163,208,200); }

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

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

 span { border-color: rgb(163,208,200); }

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