#9BDECF

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

Shades of Sinbad #9BDECF

Tints of Sinbad #9BDECF

Color information

#9BDECF (or 0x9BDECF) is unknown color: approx Sinbad. HEX triplet: 9B, DE and CF. RGB value is (155,222,207). Sum of RGB (Red+Green+Blue) = 155+222+207=584 (77% of max value = 765). Red value is 155 (60.94% from 255 or 26.54% from 584); Green value is 222 (87.11% from 255 or 38.01% from 584); Blue value is 207 (81.25% from 255 or 35.45% from 584); Max value from RGB is 222 - color contains mainly: green. Hex color #9BDECF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BDECF is #642130. Grayscale: #C8C8C8. Windows color (decimal): -6562097 or 13622939. OLE color: 13622939.

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

Color convert

RGB155222207-
CMYK0.3000.070.13
HSL166.57º50.38%73.92%-
HSV(B)166.57º30.18%87.06%-
XYZ50.963.7268.65-
YUV200.26131.895.72-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 26.54%
GREEN value IS 222 (87.11% from 255) = 38.01%
BLUE value IS 207 (81.25% from 255) = 35.45%
R=26.54%
G=38.01%
B=35.45%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1552222070.3000.070.13166.5750.3873.92
Hex9BDECF1E07Da7324a
Octal23333631736071524762112
Binary1001101111011110110011111111001111101101001111100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BDECF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,222,207); }

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

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

 a { background-color: rgb(155,222,207); }

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

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

 span { border-color: rgb(155,222,207); }

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