#A7CBC6

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

Shades of Sinbad #A7CBC6

Tints of Sinbad #A7CBC6

Color information

#A7CBC6 (or 0xA7CBC6) is unknown color: approx Sinbad. HEX triplet: A7, CB and C6. RGB value is (167,203,198). Sum of RGB (Red+Green+Blue) = 167+203+198=568 (75% of max value = 765). Red value is 167 (65.62% from 255 or 29.40% from 568); Green value is 203 (79.69% from 255 or 35.74% from 568); Blue value is 198 (77.73% from 255 or 34.86% from 568); Max value from RGB is 203 - color contains mainly: green. Hex color #A7CBC6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A7CBC6 is #583439. Grayscale: #BFBFBF. Windows color (decimal): -5780538 or 13028263. OLE color: 13028263.

HSL color Cylindrical-coordinate representation of color #A7CBC6: hue angle of 171.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 #A7CBC6 is Cyan = 0.18, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.20.

Color convert

RGB167203198-
CMYK0.1800.020.20
HSL171.67º25.71%72.55%-
HSV(B)171.67º17.73%79.61%-
XYZ47.495561.54-
YUV191.67131.57110.41-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 29.40%
GREEN value IS 203 (79.69% from 255) = 35.74%
BLUE value IS 198 (77.73% from 255) = 34.86%
R=29.40%
G=35.74%
B=34.86%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1672031980.1800.020.20171.6725.7172.55
HexA7CBC6120214ac1a49
Octal24731330622022425432111
Binary101001111100101111000110100100101010010101100110101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7CBC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7CBC6; }

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

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

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

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

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

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

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

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