#098F99

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

Shades of Eastern Blue #098F99

Tints of Eastern Blue #098F99

Color information

#098F99 (or 0x098F99) is unknown color: approx Eastern Blue. HEX triplet: 09, 8F and 99. RGB value is (9,143,153). Sum of RGB (Red+Green+Blue) = 9+143+153=305 (40% of max value = 765). Red value is 9 (3.91% from 255 or 2.95% from 305); Green value is 143 (56.25% from 255 or 46.89% from 305); Blue value is 153 (60.16% from 255 or 50.16% from 305); Max value from RGB is 153 - color contains mainly: blue. Hex color #098F99 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #098F99 is #F67066. Grayscale: #676767. Windows color (decimal): -16150631 or 10063625. OLE color: 10063625.

HSL color Cylindrical-coordinate representation of color #098F99: hue angle of 184.17º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #098F99 is Cyan = 0.94, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB9143153-
CMYK0.940.0700.4
HSL184.17º88.89%31.76%-
HSV(B)184.17º94.12%60%-
XYZ15.682233.56-
YUV104.07155.6160.19-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 2.95%
GREEN value IS 143 (56.25% from 255) = 46.89%
BLUE value IS 153 (60.16% from 255) = 50.16%
R=2.95%
G=46.89%
B=50.16%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal91431530.940.0700.4184.1788.8931.76
Hex98F995E7028b85920
Octal11217231136705027013140
Binary1001100011111001100110111101110101000101110001011001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #098F99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(9,143,153); }

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

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

 a { background-color: rgb(9,143,153); }

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

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

 span { border-color: rgb(9,143,153); }

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