#098E9C

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

Shades of Eastern Blue #098E9C

Tints of Eastern Blue #098E9C

Color information

#098E9C (or 0x098E9C) is unknown color: approx Eastern Blue. HEX triplet: 09, 8E and 9C. RGB value is (9,142,156). Sum of RGB (Red+Green+Blue) = 9+142+156=307 (40% of max value = 765). Red value is 9 (3.91% from 255 or 2.93% from 307); Green value is 142 (55.86% from 255 or 46.25% from 307); Blue value is 156 (61.33% from 255 or 50.81% from 307); Max value from RGB is 156 - color contains mainly: blue. Hex color #098E9C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #098E9C is #F67163. Grayscale: #676767. Windows color (decimal): -16150884 or 10259977. OLE color: 10259977.

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

Color convert

RGB9142156-
CMYK0.940.0900.39
HSL185.71º89.09%32.35%-
HSV(B)185.71º94.23%61.18%-
XYZ15.7921.834.83-
YUV103.83157.4460.36-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 2.93%
GREEN value IS 142 (55.86% from 255) = 46.25%
BLUE value IS 156 (61.33% from 255) = 50.81%
R=2.93%
G=46.25%
B=50.81%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal91421560.940.0900.39185.7189.0932.35
Hex98E9C5E9027ba5920
Octal112162341361104727213140
Binary10011000111010011100101111010010100111101110101011001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #098E9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(9,142,156); }

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

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

 a { background-color: rgb(9,142,156); }

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

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

 span { border-color: rgb(9,142,156); }

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