#9BDCCD

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

Shades of Sinbad #9BDCCD

Tints of Sinbad #9BDCCD

Color information

#9BDCCD (or 0x9BDCCD) is unknown color: approx Sinbad. HEX triplet: 9B, DC and CD. RGB value is (155,220,205). Sum of RGB (Red+Green+Blue) = 155+220+205=580 (76% of max value = 765). Red value is 155 (60.94% from 255 or 26.72% from 580); Green value is 220 (86.33% from 255 or 37.93% from 580); Blue value is 205 (80.47% from 255 or 35.34% from 580); Max value from RGB is 220 - color contains mainly: green. Hex color #9BDCCD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BDCCD is #642332. Grayscale: #C6C6C6. Windows color (decimal): -6562611 or 13491355. OLE color: 13491355.

HSL color Cylindrical-coordinate representation of color #9BDCCD: hue angle of 166.15º degrees, saturation: 0.48, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9BDCCD is Cyan = 0.30, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.14.

Color convert

RGB155220205-
CMYK0.3000.070.14
HSL166.15º48.15%73.53%-
HSV(B)166.15º29.55%86.27%-
XYZ50.1362.5667.19-
YUV198.86131.4796.72-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 26.72%
GREEN value IS 220 (86.33% from 255) = 37.93%
BLUE value IS 205 (80.47% from 255) = 35.34%
R=26.72%
G=37.93%
B=35.34%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1552202050.3000.070.14166.1548.1573.53
Hex9BDCCD1E07Ea6304a
Octal23333431536071624660112
Binary1001101111011100110011011111001111110101001101100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BDCCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,220,205); }

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

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

 a { background-color: rgb(155,220,205); }

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

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

 span { border-color: rgb(155,220,205); }

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