#098EA0

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

Shades of Eastern Blue #098EA0

Tints of Eastern Blue #098EA0

Color information

#098EA0 (or 0x098EA0) is unknown color: approx Eastern Blue. HEX triplet: 09, 8E and A0. RGB value is (9,142,160). Sum of RGB (Red+Green+Blue) = 9+142+160=311 (41% of max value = 765). Red value is 9 (3.91% from 255 or 2.89% from 311); Green value is 142 (55.86% from 255 or 45.66% from 311); Blue value is 160 (62.89% from 255 or 51.45% from 311); Max value from RGB is 160 - color contains mainly: blue. Hex color #098EA0 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #098EA0 is #F6715F. Grayscale: #686868. Windows color (decimal): -16150880 or 10522121. OLE color: 10522121.

HSL color Cylindrical-coordinate representation of color #098EA0: hue angle of 187.15º degrees, saturation: 0.89, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #098EA0 is Cyan = 0.94, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB9142160-
CMYK0.940.1100.37
HSL187.15º89.35%33.14%-
HSV(B)187.15º94.38%62.75%-
XYZ16.1321.9436.64-
YUV104.28159.4460.04-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 2.89%
GREEN value IS 142 (55.86% from 255) = 45.66%
BLUE value IS 160 (62.89% from 255) = 51.45%
R=2.89%
G=45.66%
B=51.45%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal91421600.940.1100.37187.1589.3533.14
Hex98EA05EB025bb5921
Octal112162401361304527313141
Binary10011000111010100000101111010110100101101110111011001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #098EA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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