#A7CBC9

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

Shades of Sinbad #A7CBC9

Tints of Sinbad #A7CBC9

Color information

#A7CBC9 (or 0xA7CBC9) is unknown color: approx Sinbad. HEX triplet: A7, CB and C9. RGB value is (167,203,201). Sum of RGB (Red+Green+Blue) = 167+203+201=571 (75% of max value = 765). Red value is 167 (65.62% from 255 or 29.25% from 571); Green value is 203 (79.69% from 255 or 35.55% from 571); Blue value is 201 (78.91% from 255 or 35.20% from 571); Max value from RGB is 203 - color contains mainly: green. Hex color #A7CBC9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A7CBC9 is #583436. Grayscale: #BFBFBF. Windows color (decimal): -5780535 or 13224871. OLE color: 13224871.

HSL color Cylindrical-coordinate representation of color #A7CBC9: hue angle of 176.67º degrees, saturation: 0.26, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A7CBC9 is Cyan = 0.18, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.20.

Color convert

RGB167203201-
CMYK0.1800.010.20
HSL176.67º25.71%72.55%-
HSV(B)176.67º17.73%79.61%-
XYZ47.8355.1463.38-
YUV192.01133.07110.16-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 29.25%
GREEN value IS 203 (79.69% from 255) = 35.55%
BLUE value IS 201 (78.91% from 255) = 35.20%
R=29.25%
G=35.55%
B=35.20%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1672032010.1800.010.20176.6725.7172.55
HexA7CBC9120114b11a49
Octal24731331122012426132111
Binary10100111110010111100100110010011010010110001110101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7CBC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7CBC9; }

 p { color: rgb(167,203,201); }

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

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

 a { background-color: rgb(167,203,201); }

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

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

 span { border-color: rgb(167,203,201); }

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