#9BE1D4

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

Shades of Sinbad #9BE1D4

Tints of Sinbad #9BE1D4

Color information

#9BE1D4 (or 0x9BE1D4) is unknown color: approx Sinbad. HEX triplet: 9B, E1 and D4. RGB value is (155,225,212). Sum of RGB (Red+Green+Blue) = 155+225+212=592 (78% of max value = 765). Red value is 155 (60.94% from 255 or 26.18% from 592); Green value is 225 (88.28% from 255 or 38.01% from 592); Blue value is 212 (83.20% from 255 or 35.81% from 592); Max value from RGB is 225 - color contains mainly: green. Hex color #9BE1D4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BE1D4 is #641E2B. Grayscale: #CACACA. Windows color (decimal): -6561324 or 13951387. OLE color: 13951387.

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

Color convert

RGB155225212-
CMYK0.3100.060.12
HSL168.86º53.85%74.51%-
HSV(B)168.86º31.11%88.24%-
XYZ52.3365.5772.19-
YUV202.59133.3194.06-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 26.18%
GREEN value IS 225 (88.28% from 255) = 38.01%
BLUE value IS 212 (83.20% from 255) = 35.81%
R=26.18%
G=38.01%
B=35.81%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1552252120.3100.060.12168.8653.8574.51
Hex9BE1D41F06Ca9364b
Octal23334132437061425166113
Binary1001101111100001110101001111101101100101010011101101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BE1D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,225,212); }

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

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

 a { background-color: rgb(155,225,212); }

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

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

 span { border-color: rgb(155,225,212); }

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