#098DA0

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

Shades of Eastern Blue #098DA0

Tints of Eastern Blue #098DA0

Color information

#098DA0 (or 0x098DA0) is unknown color: approx Eastern Blue. HEX triplet: 09, 8D and A0. RGB value is (9,141,160). Sum of RGB (Red+Green+Blue) = 9+141+160=310 (41% of max value = 765). Red value is 9 (3.91% from 255 or 2.90% from 310); Green value is 141 (55.47% from 255 or 45.48% from 310); Blue value is 160 (62.89% from 255 or 51.61% from 310); Max value from RGB is 160 - color contains mainly: blue. Hex color #098DA0 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #098DA0 is #F6725F. Grayscale: #676767. Windows color (decimal): -16151136 or 10521865. OLE color: 10521865.

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

Color convert

RGB9141160-
CMYK0.940.1200.37
HSL187.55º89.35%33.14%-
HSV(B)187.55º94.38%62.75%-
XYZ15.9821.6536.59-
YUV103.7159.7760.46-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 2.90%
GREEN value IS 141 (55.47% from 255) = 45.48%
BLUE value IS 160 (62.89% from 255) = 51.61%
R=2.90%
G=45.48%
B=51.61%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal91411600.940.1200.37187.5589.3533.14
Hex98DA05EC025bc5921
Octal112152401361404527413141
Binary10011000110110100000101111011000100101101111001011001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #098DA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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