#A7CBC8

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

Shades of Sinbad #A7CBC8

Tints of Sinbad #A7CBC8

Color information

#A7CBC8 (or 0xA7CBC8) is unknown color: approx Sinbad. HEX triplet: A7, CB and C8. RGB value is (167,203,200). Sum of RGB (Red+Green+Blue) = 167+203+200=570 (75% of max value = 765). Red value is 167 (65.62% from 255 or 29.30% from 570); Green value is 203 (79.69% from 255 or 35.61% from 570); Blue value is 200 (78.52% from 255 or 35.09% from 570); Max value from RGB is 203 - color contains mainly: green. Hex color #A7CBC8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A7CBC8 is #583437. Grayscale: #BFBFBF. Windows color (decimal): -5780536 or 13159335. OLE color: 13159335.

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

Color convert

RGB167203200-
CMYK0.1800.010.20
HSL175º25.71%72.55%-
HSV(B)175º17.73%79.61%-
XYZ47.7255.162.76-
YUV191.89132.57110.24-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 29.30%
GREEN value IS 203 (79.69% from 255) = 35.61%
BLUE value IS 200 (78.52% from 255) = 35.09%
R=29.30%
G=35.61%
B=35.09%

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
Decimal1672032000.1800.010.2017525.7172.55
HexA7CBC8120114af1a49
Octal24731331022012425732111
Binary10100111110010111100100010010011010010101111110101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7CBC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7CBC8; }

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

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

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

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

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

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

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

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