#A3D8CD

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

Shades of Sinbad #A3D8CD

Tints of Sinbad #A3D8CD

Color information

#A3D8CD (or 0xA3D8CD) is unknown color: approx Sinbad. HEX triplet: A3, D8 and CD. RGB value is (163,216,205). Sum of RGB (Red+Green+Blue) = 163+216+205=584 (77% of max value = 765). Red value is 163 (64.06% from 255 or 27.91% from 584); Green value is 216 (84.77% from 255 or 36.99% from 584); Blue value is 205 (80.47% from 255 or 35.10% from 584); Max value from RGB is 216 - color contains mainly: green. Hex color #A3D8CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3D8CD is #5C2732. Grayscale: #C6C6C6. Windows color (decimal): -6039347 or 13490339. OLE color: 13490339.

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

Color convert

RGB163216205-
CMYK0.2500.050.15
HSL167.55º40.46%74.31%-
HSV(B)167.55º24.54%84.71%-
XYZ50.6861.3166.92-
YUV198.9131.44102.39-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 27.91%
GREEN value IS 216 (84.77% from 255) = 36.99%
BLUE value IS 205 (80.47% from 255) = 35.10%
R=27.91%
G=36.99%
B=35.10%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1632162050.2500.050.15167.5540.4674.31
HexA3D8CD1905Fa8284a
Octal24333031531051725050112
Binary1010001111011000110011011100101011111101010001010001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3D8CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3D8CD; }

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

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

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

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

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

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

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

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