#9BE0CE

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

Shades of Sinbad #9BE0CE

Tints of Sinbad #9BE0CE

Color information

#9BE0CE (or 0x9BE0CE) is unknown color: approx Sinbad. HEX triplet: 9B, E0 and CE. RGB value is (155,224,206). Sum of RGB (Red+Green+Blue) = 155+224+206=585 (77% of max value = 765). Red value is 155 (60.94% from 255 or 26.50% from 585); Green value is 224 (87.89% from 255 or 38.29% from 585); Blue value is 206 (80.86% from 255 or 35.21% from 585); Max value from RGB is 224 - color contains mainly: green. Hex color #9BE0CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BE0CE is #641F31. Grayscale: #C9C9C9. Windows color (decimal): -6561586 or 13557915. OLE color: 13557915.

HSL color Cylindrical-coordinate representation of color #9BE0CE: hue angle of 164.35º 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 #9BE0CE is Cyan = 0.31, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.12.

Color convert

RGB155224206-
CMYK0.3100.080.12
HSL164.35º52.67%74.31%-
HSV(B)164.35º30.8%87.84%-
XYZ51.3164.7468.18-
YUV201.32130.6494.96-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 26.50%
GREEN value IS 224 (87.89% from 255) = 38.29%
BLUE value IS 206 (80.86% from 255) = 35.21%
R=26.50%
G=38.29%
B=35.21%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1552242060.3100.080.12164.3552.6774.31
Hex9BE0CE1F08Ca4354a
Octal233340316370101424465112
Binary10011011111000001100111011111010001100101001001101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BE0CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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