#9BE6DE

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

Shades of Sinbad #9BE6DE

Tints of Sinbad #9BE6DE

Color information

#9BE6DE (or 0x9BE6DE) is unknown color: approx Sinbad. HEX triplet: 9B, E6 and DE. RGB value is (155,230,222). Sum of RGB (Red+Green+Blue) = 155+230+222=607 (80% of max value = 765). Red value is 155 (60.94% from 255 or 25.54% from 607); Green value is 230 (90.23% from 255 or 37.89% from 607); Blue value is 222 (87.11% from 255 or 36.57% from 607); Max value from RGB is 230 - color contains mainly: green. Hex color #9BE6DE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9BE6DE is #641921. Grayscale: #CECECE. Windows color (decimal): -6560034 or 14608027. OLE color: 14608027.

HSL color Cylindrical-coordinate representation of color #9BE6DE: hue angle of 173.6º degrees, saturation: 0.6, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9BE6DE is Cyan = 0.33, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.10.

Color convert

RGB155230222-
CMYK0.3300.030.10
HSL173.6º60%75.49%-
HSV(B)173.6º32.61%90.2%-
XYZ5568.8479.5-
YUV206.66136.6591.15-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 25.54%
GREEN value IS 230 (90.23% from 255) = 37.89%
BLUE value IS 222 (87.11% from 255) = 36.57%
R=25.54%
G=37.89%
B=36.57%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1552302220.3300.030.10173.66075.49
Hex9BE6DE2103Aae3c4b
Octal23334633641031225674113
Binary1001101111100110110111101000010111010101011101111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BE6DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,230,222); }

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

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

 a { background-color: rgb(155,230,222); }

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

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

 span { border-color: rgb(155,230,222); }

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