#A3CCC9

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

Shades of Sinbad #A3CCC9

Tints of Sinbad #A3CCC9

Color information

#A3CCC9 (or 0xA3CCC9) is unknown color: approx Sinbad. HEX triplet: A3, CC and C9. RGB value is (163,204,201). Sum of RGB (Red+Green+Blue) = 163+204+201=568 (75% of max value = 765). Red value is 163 (64.06% from 255 or 28.70% from 568); Green value is 204 (80.08% from 255 or 35.92% from 568); Blue value is 201 (78.91% from 255 or 35.39% from 568); Max value from RGB is 204 - color contains mainly: green. Hex color #A3CCC9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3CCC9 is #5C3336. Grayscale: #BFBFBF. Windows color (decimal): -6042423 or 13225123. OLE color: 13225123.

HSL color Cylindrical-coordinate representation of color #A3CCC9: hue angle of 175.61º degrees, saturation: 0.29, 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 #A3CCC9 is Cyan = 0.20, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.2.

Color convert

RGB163204201-
CMYK0.2000.010.2
HSL175.61º28.67%71.96%-
HSV(B)175.61º20.1%80%-
XYZ47.2455.1963.42-
YUV191.4133.42107.74-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 28.70%
GREEN value IS 204 (80.08% from 255) = 35.92%
BLUE value IS 201 (78.91% from 255) = 35.39%
R=28.70%
G=35.92%
B=35.39%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1632042010.2000.010.2175.6128.6771.96
HexA3CCC9140114b01d48
Octal24331431124012426035110
Binary10100011110011001100100110100011010010110000111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3CCC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3CCC9; }

 p { color: rgb(163,204,201); }

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

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

 a { background-color: rgb(163,204,201); }

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

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

 span { border-color: rgb(163,204,201); }

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