#098E9E

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

Shades of Eastern Blue #098E9E

Tints of Eastern Blue #098E9E

Color information

#098E9E (or 0x098E9E) is unknown color: approx Eastern Blue. HEX triplet: 09, 8E and 9E. RGB value is (9,142,158). Sum of RGB (Red+Green+Blue) = 9+142+158=309 (40% of max value = 765). Red value is 9 (3.91% from 255 or 2.91% from 309); Green value is 142 (55.86% from 255 or 45.95% from 309); Blue value is 158 (62.11% from 255 or 51.13% from 309); Max value from RGB is 158 - color contains mainly: blue. Hex color #098E9E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #098E9E is #F67161. Grayscale: #676767. Windows color (decimal): -16150882 or 10391049. OLE color: 10391049.

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

Color convert

RGB9142158-
CMYK0.940.1000.38
HSL186.44º89.22%32.75%-
HSV(B)186.44º94.3%61.96%-
XYZ15.9621.8735.73-
YUV104.06158.4460.2-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 2.91%
GREEN value IS 142 (55.86% from 255) = 45.95%
BLUE value IS 158 (62.11% from 255) = 51.13%
R=2.91%
G=45.95%
B=51.13%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal91421580.940.1000.38186.4489.2232.75
Hex98E9E5EA026ba5921
Octal112162361361204627213141
Binary10011000111010011110101111010100100110101110101011001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #098E9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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