#9BDACC

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

Shades of Sinbad #9BDACC

Tints of Sinbad #9BDACC

Color information

#9BDACC (or 0x9BDACC) is unknown color: approx Sinbad. HEX triplet: 9B, DA and CC. RGB value is (155,218,204). Sum of RGB (Red+Green+Blue) = 155+218+204=577 (76% of max value = 765). Red value is 155 (60.94% from 255 or 26.86% from 577); Green value is 218 (85.55% from 255 or 37.78% from 577); Blue value is 204 (80.08% from 255 or 35.36% from 577); Max value from RGB is 218 - color contains mainly: green. Hex color #9BDACC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BDACC is #642533. Grayscale: #C5C5C5. Windows color (decimal): -6563124 or 13425307. OLE color: 13425307.

HSL color Cylindrical-coordinate representation of color #9BDACC: hue angle of 166.67º 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 #9BDACC is Cyan = 0.29, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB155218204-
CMYK0.2900.060.15
HSL166.67º45.99%73.14%-
HSV(B)166.67º28.9%85.49%-
XYZ49.4961.4766.38-
YUV197.57131.6397.64-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 26.86%
GREEN value IS 218 (85.55% from 255) = 37.78%
BLUE value IS 204 (80.08% from 255) = 35.36%
R=26.86%
G=37.78%
B=35.36%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1552182040.2900.060.15166.6745.9973.14
Hex9BDACC1D06Fa72e49
Octal23333231435061724756111
Binary1001101111011010110011001110101101111101001111011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BDACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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