#9BE0DA

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

Shades of Sinbad #9BE0DA

Tints of Sinbad #9BE0DA

Color information

#9BE0DA (or 0x9BE0DA) is unknown color: approx Sinbad. HEX triplet: 9B, E0 and DA. RGB value is (155,224,218). Sum of RGB (Red+Green+Blue) = 155+224+218=597 (79% of max value = 765). Red value is 155 (60.94% from 255 or 25.96% from 597); Green value is 224 (87.89% from 255 or 37.52% from 597); Blue value is 218 (85.55% from 255 or 36.52% from 597); Max value from RGB is 224 - color contains mainly: green. Hex color #9BE0DA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BE0DA is #641F25. Grayscale: #CACACA. Windows color (decimal): -6561574 or 14344347. OLE color: 14344347.

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

Color convert

RGB155224218-
CMYK0.3100.030.12
HSL174.78º52.67%74.31%-
HSV(B)174.78º30.8%87.84%-
XYZ52.8365.3476.16-
YUV202.68136.6493.99-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 25.96%
GREEN value IS 224 (87.89% from 255) = 37.52%
BLUE value IS 218 (85.55% from 255) = 36.52%
R=25.96%
G=37.52%
B=36.52%

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
Decimal1552242180.3100.030.12174.7852.6774.31
Hex9BE0DA1F03Caf354a
Octal23334033237031425765112
Binary100110111110000011011010111110111100101011111101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BE0DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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