#9be0db

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

Shades of Sinbad #9BE0DB

Tints of Sinbad #9BE0DB

Color information

#9BE0DB (or 0x9BE0DB) is unknown color: approx Sinbad. HEX triplet: 9B, E0 and DB. RGB value is (155,224,219). Sum of RGB (Red+Green+Blue) = 155+224+219=598 (79% of max value = 765). Red value is 155 (60.94% from 255 or 25.92% from 598); Green value is 224 (87.89% from 255 or 37.46% from 598); Blue value is 219 (85.94% from 255 or 36.62% from 598); Max value from RGB is 224 - color contains mainly: green. Hex color #9BE0DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BE0DB is #641F24. Grayscale: #CACACA. Windows color (decimal): -6561573 or 14409883. OLE color: 14409883.

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

Color convert

RGB155224219-
CMYK0.3100.020.12
HSL175.65º52.67%74.31%-
HSV(B)175.65º30.8%87.84%-
XYZ52.9665.3976.85-
YUV202.8137.1493.91-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 25.92%
GREEN value IS 224 (87.89% from 255) = 37.46%
BLUE value IS 219 (85.94% from 255) = 36.62%
R=25.92%
G=37.46%
B=36.62%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1552242190.3100.020.12175.6552.6774.31
Hex9BE0DB1F02Cb0354a
Octal23334033337021426065112
Binary100110111110000011011011111110101100101100001101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9be0db

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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