#A3D5CB

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

Shades of Sinbad #A3D5CB

Tints of Sinbad #A3D5CB

Color information

#A3D5CB (or 0xA3D5CB) is unknown color: approx Sinbad. HEX triplet: A3, D5 and CB. RGB value is (163,213,203). Sum of RGB (Red+Green+Blue) = 163+213+203=579 (76% of max value = 765). Red value is 163 (64.06% from 255 or 28.15% from 579); Green value is 213 (83.59% from 255 or 36.79% from 579); Blue value is 203 (79.69% from 255 or 35.06% from 579); Max value from RGB is 213 - color contains mainly: green. Hex color #A3D5CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3D5CB is #5C2A34. Grayscale: #C4C4C4. Windows color (decimal): -6040117 or 13358499. OLE color: 13358499.

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

Color convert

RGB163213203-
CMYK0.2300.050.16
HSL168º37.31%73.73%-
HSV(B)168º23.47%83.53%-
XYZ49.6859.6965.4-
YUV196.91131.44103.81-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 28.15%
GREEN value IS 213 (83.59% from 255) = 36.79%
BLUE value IS 203 (79.69% from 255) = 35.06%
R=28.15%
G=36.79%
B=35.06%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1632132030.2300.050.1616837.3173.73
HexA3D5CB170510a8254a
Octal24332531327052025045112
Binary10100011110101011100101110111010110000101010001001011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3D5CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3D5CB; }

 p { color: rgb(163,213,203); }

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

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

 a { background-color: rgb(163,213,203); }

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

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

 span { border-color: rgb(163,213,203); }

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