Html Css Color HEX #098E99 Eastern Blue

📋 copy color: '#098E99'

red 9 ◦ green 142 ◦ blue 153

#098E99
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Eastern Blue #098E99

Tints of Eastern Blue #098E99

RGB

 RED value IS 9 (3.91% from 255) = 2.96%

 GREEN value IS 142 (55.86% from 255) = 46.71%

 BLUE value IS 153 (60.16% from 255) = 50.33%

R = 2.96%
G = 46.71%
B = 50.33%

CMYK

 C value IS 0.94

 M value IS 0.07

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#098E99 (or 0x098E99) is known color: Eastern Blue. HEX triplet: 09, 8E and 99. RGB value is (9,142,153). Sum of RGB (Red+Green+Blue) = 9+142+153=304 (40% of max value = 765). Red value is 9 (3.91% from 255 or 2.96% from 304); Green value is 142 (55.86% from 255 or 46.71% from 304); Blue value is 153 (60.16% from 255 or 50.33% from 304); Max value from RGB is 153 - color contains mainly: blue. Hex color #098E99 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #098E99 is #F67166. Grayscale: #676767. Windows color (decimal): -16150887 or 10063369. OLE color: 10063369.

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

Color convert

RGB 9 142 153 -
CMYK 0.94 0.07 0 0.4
HSL 184.58º 0.89% 0.32% -
HSV(B) 184.58º 0.94% 0.6% -
XYZ 15.54 21.7 33.51 -
YUV 103.49 155.94 60.61 -
System Red Green Blue C M Y K H S L
Decimal 9 142 153 0.94 0.07 0 0.4 184.58 0.89 0.32
Hex 9 8E 99 5E 7 0 28 B9 59 20
Octal 11 216 231 136 7 0 50 271 131 40
Binary 1001 10001110 10011001 1011110 111 0 101000 10111001 1011001 100000

Color Harmonies of #098E99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #098E99

Black with #098E99

Text Example


Text Example

White with #098E99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #098E99;
 }
 .AnyTagClassName
 {
   color: #098E99;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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