#9BD8CC

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

Shades of Sinbad #9BD8CC

Tints of Sinbad #9BD8CC

Color information

#9BD8CC (or 0x9BD8CC) is unknown color: approx Sinbad. HEX triplet: 9B, D8 and CC. RGB value is (155,216,204). Sum of RGB (Red+Green+Blue) = 155+216+204=575 (76% of max value = 765). Red value is 155 (60.94% from 255 or 26.96% from 575); Green value is 216 (84.77% from 255 or 37.57% from 575); Blue value is 204 (80.08% from 255 or 35.48% from 575); Max value from RGB is 216 - color contains mainly: green. Hex color #9BD8CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BD8CC is #642733. Grayscale: #C4C4C4. Windows color (decimal): -6563636 or 13424795. OLE color: 13424795.

HSL color Cylindrical-coordinate representation of color #9BD8CC: hue angle of 168.2º degrees, saturation: 0.44, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9BD8CC is Cyan = 0.28, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB155216204-
CMYK0.2800.060.15
HSL168.2º43.88%72.75%-
HSV(B)168.2º28.24%84.71%-
XYZ48.9760.4466.21-
YUV196.39132.2998.48-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 26.96%
GREEN value IS 216 (84.77% from 255) = 37.57%
BLUE value IS 204 (80.08% from 255) = 35.48%
R=26.96%
G=37.57%
B=35.48%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1552162040.2800.060.15168.243.8872.75
Hex9BD8CC1C06Fa82c49
Octal23333031434061725054111
Binary1001101111011000110011001110001101111101010001011001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BD8CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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