#9BDAD0

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

Shades of Sinbad #9BDAD0

Tints of Sinbad #9BDAD0

Color information

#9BDAD0 (or 0x9BDAD0) is unknown color: approx Sinbad. HEX triplet: 9B, DA and D0. RGB value is (155,218,208). Sum of RGB (Red+Green+Blue) = 155+218+208=581 (76% of max value = 765). Red value is 155 (60.94% from 255 or 26.68% from 581); Green value is 218 (85.55% from 255 or 37.52% from 581); Blue value is 208 (81.64% from 255 or 35.80% from 581); Max value from RGB is 218 - color contains mainly: green. Hex color #9BDAD0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BDAD0 is #64252F. Grayscale: #C6C6C6. Windows color (decimal): -6563120 or 13687451. OLE color: 13687451.

HSL color Cylindrical-coordinate representation of color #9BDAD0: hue angle of 170.48º degrees, saturation: 0.46, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9BDAD0 is Cyan = 0.29, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.15.

Color convert

RGB155218208-
CMYK0.2900.050.15
HSL170.48º45.99%73.14%-
HSV(B)170.48º28.9%85.49%-
XYZ49.9761.6768.94-
YUV198.02133.6397.31-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 26.68%
GREEN value IS 218 (85.55% from 255) = 37.52%
BLUE value IS 208 (81.64% from 255) = 35.80%
R=26.68%
G=37.52%
B=35.80%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1552182080.2900.050.15170.4845.9973.14
Hex9BDAD01D05Faa2e49
Octal23333232035051725256111
Binary1001101111011010110100001110101011111101010101011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BDAD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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