#098B9B

Color #098B9B Eastern Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Eastern Blue #098B9B

Tints of Eastern Blue #098B9B

Color information

#098B9B (or 0x098B9B) is unknown color: approx Eastern Blue. HEX triplet: 09, 8B and 9B. RGB value is (9,139,155). Sum of RGB (Red+Green+Blue) = 9+139+155=303 (40% of max value = 765). Red value is 9 (3.91% from 255 or 2.97% from 303); Green value is 139 (54.69% from 255 or 45.87% from 303); Blue value is 155 (60.94% from 255 or 51.16% from 303); Max value from RGB is 155 - color contains mainly: blue. Hex color #098B9B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #098B9B is #F67464. Grayscale: #656565. Windows color (decimal): -16151653 or 10193673. OLE color: 10193673.

HSL color Cylindrical-coordinate representation of color #098B9B: hue angle of 186.58º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #098B9B is Cyan = 0.94, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB9139155-
CMYK0.940.1000.39
HSL186.58º89.02%32.16%-
HSV(B)186.58º94.19%60.78%-
XYZ15.2620.8934.24-
YUV101.95157.9361.7-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 2.97%
GREEN value IS 139 (54.69% from 255) = 45.87%
BLUE value IS 155 (60.94% from 255) = 51.16%
R=2.97%
G=45.87%
B=51.16%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal91391550.940.1000.39186.5889.0232.16
Hex98B9B5EA027bb5920
Octal112132331361204727313140
Binary10011000101110011011101111010100100111101110111011001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #098B9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #098B9B; }

 p { color: rgb(9,139,155); }

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

<style>
 a { background-color: #098B9B; }

 a { background-color: rgb(9,139,155); }

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

<style>
 span { border-color: #098B9B; }

 span { border-color: rgb(9,139,155); }

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