#9BD5D0

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

Shades of Sinbad #9BD5D0

Tints of Sinbad #9BD5D0

Color information

#9BD5D0 (or 0x9BD5D0) is unknown color: approx Sinbad. HEX triplet: 9B, D5 and D0. RGB value is (155,213,208). Sum of RGB (Red+Green+Blue) = 155+213+208=576 (76% of max value = 765). Red value is 155 (60.94% from 255 or 26.91% from 576); Green value is 213 (83.59% from 255 or 36.98% from 576); Blue value is 208 (81.64% from 255 or 36.11% from 576); Max value from RGB is 213 - color contains mainly: green. Hex color #9BD5D0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BD5D0 is #642A2F. Grayscale: #C3C3C3. Windows color (decimal): -6564400 or 13686171. OLE color: 13686171.

HSL color Cylindrical-coordinate representation of color #9BD5D0: hue angle of 174.83º degrees, saturation: 0.41, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9BD5D0 is Cyan = 0.27, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.16.

Color convert

RGB155213208-
CMYK0.2700.020.16
HSL174.83º40.85%72.16%-
HSV(B)174.83º27.23%83.53%-
XYZ48.759.1168.52-
YUV195.09135.2899.41-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 26.91%
GREEN value IS 213 (83.59% from 255) = 36.98%
BLUE value IS 208 (81.64% from 255) = 36.11%
R=26.91%
G=36.98%
B=36.11%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1552132080.2700.020.16174.8340.8572.16
Hex9BD5D01B0210af2948
Octal23332532033022025751110
Binary1001101111010101110100001101101010000101011111010011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BD5D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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