#9BCEC5

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

Shades of Sinbad #9BCEC5

Tints of Sinbad #9BCEC5

Color information

#9BCEC5 (or 0x9BCEC5) is unknown color: approx Sinbad. HEX triplet: 9B, CE and C5. RGB value is (155,206,197). Sum of RGB (Red+Green+Blue) = 155+206+197=558 (73% of max value = 765). Red value is 155 (60.94% from 255 or 27.78% from 558); Green value is 206 (80.86% from 255 or 36.92% from 558); Blue value is 197 (77.34% from 255 or 35.30% from 558); Max value from RGB is 206 - color contains mainly: green. Hex color #9BCEC5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BCEC5 is #64313A. Grayscale: #BDBDBD. Windows color (decimal): -6566203 or 12963483. OLE color: 12963483.

HSL color Cylindrical-coordinate representation of color #9BCEC5: hue angle of 169.41º 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 #9BCEC5 is Cyan = 0.25, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.19.

Color convert

RGB155206197-
CMYK0.2500.040.19
HSL169.41º34.23%70.78%-
HSV(B)169.41º24.76%80.78%-
XYZ45.6755.1461.06-
YUV189.72132.1103.23-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 27.78%
GREEN value IS 206 (80.86% from 255) = 36.92%
BLUE value IS 197 (77.34% from 255) = 35.30%
R=27.78%
G=36.92%
B=35.30%

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
Decimal1552061970.2500.040.19169.4134.2370.78
Hex9BCEC5190413a92247
Octal23331630531042325142107
Binary10011011110011101100010111001010010011101010011000101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BCEC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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