#9BDFD0

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

Shades of Sinbad #9BDFD0

Tints of Sinbad #9BDFD0

Color information

#9BDFD0 (or 0x9BDFD0) is unknown color: approx Sinbad. HEX triplet: 9B, DF and D0. RGB value is (155,223,208). Sum of RGB (Red+Green+Blue) = 155+223+208=586 (77% of max value = 765). Red value is 155 (60.94% from 255 or 26.45% from 586); Green value is 223 (87.5% from 255 or 38.05% from 586); Blue value is 208 (81.64% from 255 or 35.49% from 586); Max value from RGB is 223 - color contains mainly: green. Hex color #9BDFD0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BDFD0 is #64202F. Grayscale: #C8C8C8. Windows color (decimal): -6561840 or 13688731. OLE color: 13688731.

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

Color convert

RGB155223208-
CMYK0.3000.070.13
HSL166.76º51.52%74.12%-
HSV(B)166.76º30.49%87.45%-
XYZ51.2964.369.38-
YUV200.96131.9795.22-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 26.45%
GREEN value IS 223 (87.5% from 255) = 38.05%
BLUE value IS 208 (81.64% from 255) = 35.49%
R=26.45%
G=38.05%
B=35.49%

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
Decimal1552232080.3000.070.13166.7651.5274.12
Hex9BDFD01E07Da7344a
Octal23333732036071524764112
Binary1001101111011111110100001111001111101101001111101001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BDFD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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