#098C9B

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

Shades of Eastern Blue #098C9B

Tints of Eastern Blue #098C9B

Color information

#098C9B (or 0x098C9B) is unknown color: approx Eastern Blue. HEX triplet: 09, 8C and 9B. RGB value is (9,140,155). Sum of RGB (Red+Green+Blue) = 9+140+155=304 (40% of max value = 765). Red value is 9 (3.91% from 255 or 2.96% from 304); Green value is 140 (55.08% from 255 or 46.05% from 304); Blue value is 155 (60.94% from 255 or 50.99% from 304); Max value from RGB is 155 - color contains mainly: blue. Hex color #098C9B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #098C9B is #F67364. Grayscale: #666666. Windows color (decimal): -16151397 or 10193929. OLE color: 10193929.

HSL color Cylindrical-coordinate representation of color #098C9B: hue angle of 186.16º 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 #098C9B is Cyan = 0.94, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB9140155-
CMYK0.940.1000.39
HSL186.16º89.02%32.16%-
HSV(B)186.16º94.19%60.78%-
XYZ15.4121.1834.29-
YUV102.54157.661.28-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 2.96%
GREEN value IS 140 (55.08% from 255) = 46.05%
BLUE value IS 155 (60.94% from 255) = 50.99%
R=2.96%
G=46.05%
B=50.99%

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
Decimal91401550.940.1000.39186.1689.0232.16
Hex98C9B5EA027ba5920
Octal112142331361204727213140
Binary10011000110010011011101111010100100111101110101011001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #098C9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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