#9BD0CB

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

Shades of Sinbad #9BD0CB

Tints of Sinbad #9BD0CB

Color information

#9BD0CB (or 0x9BD0CB) is unknown color: approx Sinbad. HEX triplet: 9B, D0 and CB. RGB value is (155,208,203). Sum of RGB (Red+Green+Blue) = 155+208+203=566 (74% of max value = 765). Red value is 155 (60.94% from 255 or 27.39% from 566); Green value is 208 (81.64% from 255 or 36.75% from 566); Blue value is 203 (79.69% from 255 or 35.87% from 566); Max value from RGB is 208 - color contains mainly: green. Hex color #9BD0CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BD0CB is #642F34. Grayscale: #BFBFBF. Windows color (decimal): -6565685 or 13357211. OLE color: 13357211.

HSL color Cylindrical-coordinate representation of color #9BD0CB: hue angle of 174.34º degrees, saturation: 0.36, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9BD0CB is Cyan = 0.25, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.18.

Color convert

RGB155208203-
CMYK0.2500.020.18
HSL174.34º36.05%71.18%-
HSV(B)174.34º25.48%81.57%-
XYZ46.8556.3964.92-
YUV191.58134.44101.91-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 27.39%
GREEN value IS 208 (81.64% from 255) = 36.75%
BLUE value IS 203 (79.69% from 255) = 35.87%
R=27.39%
G=36.75%
B=35.87%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1552082030.2500.020.18174.3436.0571.18
Hex9BD0CB190212ae2447
Octal23332031331022225644107
Binary1001101111010000110010111100101010010101011101001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BD0CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,208,203); }

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

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

 a { background-color: rgb(155,208,203); }

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

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

 span { border-color: rgb(155,208,203); }

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