Html Css Color HEX #098F99 Eastern Blue

📋 copy color: '#098F99'

red 9 ◦ green 143 ◦ blue 153

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

Shades of Eastern Blue #098F99

Tints of Eastern Blue #098F99

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 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

#098F99 (or 0x098F99) is known color: 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

RGB 9 143 153 -
CMYK 0.94 0.07 0 0.4
HSL 184.17º 0.89% 0.32% -
HSV(B) 184.17º 0.94% 0.6% -
XYZ 15.68 22 33.56 -
YUV 104.07 155.61 60.19 -
System Red Green Blue C M Y K H S L
Decimal 9 143 153 0.94 0.07 0 0.4 184.17 0.89 0.32
Hex 9 8F 99 5E 7 0 28 B8 59 20
Octal 11 217 231 136 7 0 50 270 131 40
Binary 1001 10001111 10011001 1011110 111 0 101000 10111000 1011001 100000

Color Harmonies of #098F99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #098F99

Black with #098F99

Text Example


Text Example

White with #098F99

Text Example


Text Example

HTML Codes & Css Web 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>