#A3CBC6

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

Shades of Sinbad #A3CBC6

Tints of Sinbad #A3CBC6

Color information

#A3CBC6 (or 0xA3CBC6) is unknown color: approx Sinbad. HEX triplet: A3, CB and C6. RGB value is (163,203,198). Sum of RGB (Red+Green+Blue) = 163+203+198=564 (74% of max value = 765). Red value is 163 (64.06% from 255 or 28.90% from 564); Green value is 203 (79.69% from 255 or 35.99% from 564); Blue value is 198 (77.73% from 255 or 35.11% from 564); Max value from RGB is 203 - color contains mainly: green. Hex color #A3CBC6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3CBC6 is #5C3439. Grayscale: #BEBEBE. Windows color (decimal): -6042682 or 13028259. OLE color: 13028259.

HSL color Cylindrical-coordinate representation of color #A3CBC6: hue angle of 172.5º degrees, saturation: 0.28, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A3CBC6 is Cyan = 0.20, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.20.

Color convert

RGB163203198-
CMYK0.2000.020.20
HSL172.5º27.78%71.76%-
HSV(B)172.5º19.7%79.61%-
XYZ46.6554.5861.5-
YUV190.47132.25108.41-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 28.90%
GREEN value IS 203 (79.69% from 255) = 35.99%
BLUE value IS 198 (77.73% from 255) = 35.11%
R=28.90%
G=35.99%
B=35.11%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1632031980.2000.020.20172.527.7871.76
HexA3CBC6140214ac1c48
Octal24331330624022425434110
Binary101000111100101111000110101000101010010101100111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3CBC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3CBC6; }

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

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

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

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

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

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

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

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