#9BDFD8

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

Shades of Sinbad #9BDFD8

Tints of Sinbad #9BDFD8

Color information

#9BDFD8 (or 0x9BDFD8) is unknown color: approx Sinbad. HEX triplet: 9B, DF and D8. RGB value is (155,223,216). Sum of RGB (Red+Green+Blue) = 155+223+216=594 (78% of max value = 765). Red value is 155 (60.94% from 255 or 26.09% from 594); Green value is 223 (87.5% from 255 or 37.54% from 594); Blue value is 216 (84.77% from 255 or 36.36% from 594); Max value from RGB is 223 - color contains mainly: green. Hex color #9BDFD8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BDFD8 is #642027. Grayscale: #C9C9C9. Windows color (decimal): -6561832 or 14213019. OLE color: 14213019.

HSL color Cylindrical-coordinate representation of color #9BDFD8: hue angle of 173.82º degrees, saturation: 0.52, 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 #9BDFD8 is Cyan = 0.30, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.13.

Color convert

RGB155223216-
CMYK0.3000.030.13
HSL173.82º51.52%74.12%-
HSV(B)173.82º30.49%87.45%-
XYZ52.364.774.7-
YUV201.87135.9794.57-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 26.09%
GREEN value IS 223 (87.5% from 255) = 37.54%
BLUE value IS 216 (84.77% from 255) = 36.36%
R=26.09%
G=37.54%
B=36.36%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1552232160.3000.030.13173.8251.5274.12
Hex9BDFD81E03Dae344a
Octal23333733036031525664112
Binary100110111101111111011000111100111101101011101101001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BDFD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,223,216); }

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

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

 a { background-color: rgb(155,223,216); }

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

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

 span { border-color: rgb(155,223,216); }

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