#9BCEC6

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

Shades of Sinbad #9BCEC6

Tints of Sinbad #9BCEC6

Color information

#9BCEC6 (or 0x9BCEC6) is unknown color: approx Sinbad. HEX triplet: 9B, CE and C6. RGB value is (155,206,198). Sum of RGB (Red+Green+Blue) = 155+206+198=559 (74% of max value = 765). Red value is 155 (60.94% from 255 or 27.73% from 559); Green value is 206 (80.86% from 255 or 36.85% from 559); Blue value is 198 (77.73% from 255 or 35.42% from 559); Max value from RGB is 206 - color contains mainly: green. Hex color #9BCEC6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BCEC6 is #643139. Grayscale: #BDBDBD. Windows color (decimal): -6566202 or 13029019. OLE color: 13029019.

HSL color Cylindrical-coordinate representation of color #9BCEC6: hue angle of 170.59º degrees, saturation: 0.34, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9BCEC6 is Cyan = 0.25, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.19.

Color convert

RGB155206198-
CMYK0.2500.040.19
HSL170.59º34.23%70.78%-
HSV(B)170.59º24.76%80.78%-
XYZ45.7855.1961.67-
YUV189.84132.6103.15-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 27.73%
GREEN value IS 206 (80.86% from 255) = 36.85%
BLUE value IS 198 (77.73% from 255) = 35.42%
R=27.73%
G=36.85%
B=35.42%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1552061980.2500.040.19170.5934.2370.78
Hex9BCEC6190413ab2247
Octal23331630631042325342107
Binary10011011110011101100011011001010010011101010111000101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BCEC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9BCEC6; }

 p { color: rgb(155,206,198); }

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

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

 a { background-color: rgb(155,206,198); }

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

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

 span { border-color: rgb(155,206,198); }

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