#9BE0D9

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

Shades of Sinbad #9BE0D9

Tints of Sinbad #9BE0D9

Color information

#9BE0D9 (or 0x9BE0D9) is unknown color: approx Sinbad. HEX triplet: 9B, E0 and D9. RGB value is (155,224,217). Sum of RGB (Red+Green+Blue) = 155+224+217=596 (78% of max value = 765). Red value is 155 (60.94% from 255 or 26.01% from 596); Green value is 224 (87.89% from 255 or 37.58% from 596); Blue value is 217 (85.16% from 255 or 36.41% from 596); Max value from RGB is 224 - color contains mainly: green. Hex color #9BE0D9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BE0D9 is #641F26. Grayscale: #CACACA. Windows color (decimal): -6561575 or 14278811. OLE color: 14278811.

HSL color Cylindrical-coordinate representation of color #9BE0D9: hue angle of 173.91º degrees, saturation: 0.53, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9BE0D9 is Cyan = 0.31, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.12.

Color convert

RGB155224217-
CMYK0.3100.030.12
HSL173.91º52.67%74.31%-
HSV(B)173.91º30.8%87.84%-
XYZ52.765.2975.47-
YUV202.57136.1494.07-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 26.01%
GREEN value IS 224 (87.89% from 255) = 37.58%
BLUE value IS 217 (85.16% from 255) = 36.41%
R=26.01%
G=37.58%
B=36.41%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1552242170.3100.030.12173.9152.6774.31
Hex9BE0D91F03Cae354a
Octal23334033137031425665112
Binary100110111110000011011001111110111100101011101101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BE0D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,224,217); }

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

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

 a { background-color: rgb(155,224,217); }

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

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

 span { border-color: rgb(155,224,217); }

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