Html Css Color HEX #098C99 Eastern Blue

📋 copy color: '#098C99'

red 9 ◦ green 140 ◦ blue 153

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

Shades of Eastern Blue #098C99

Tints of Eastern Blue #098C99

RGB

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

 GREEN value IS 140 (55.08% from 255) = 46.36%

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

R = 2.98%
G = 46.36%
B = 50.66%

CMYK

 C value IS 0.94

 M value IS 0.08

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#098C99 (or 0x098C99) is known color: Eastern Blue. HEX triplet: 09, 8C and 99. RGB value is (9,140,153). Sum of RGB (Red+Green+Blue) = 9+140+153=302 (40% of max value = 765). Red value is 9 (3.91% from 255 or 2.98% from 302); Green value is 140 (55.08% from 255 or 46.36% from 302); Blue value is 153 (60.16% from 255 or 50.66% from 302); Max value from RGB is 153 - color contains mainly: blue. Hex color #098C99 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #098C99 is #F67366. Grayscale: #666666. Windows color (decimal): -16151399 or 10062857. OLE color: 10062857.

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

Color convert

RGB 9 140 153 -
CMYK 0.94 0.08 0 0.4
HSL 185.42º 0.89% 0.32% -
HSV(B) 185.42º 0.94% 0.6% -
XYZ 15.24 21.11 33.41 -
YUV 102.31 156.6 61.44 -
System Red Green Blue C M Y K H S L
Decimal 9 140 153 0.94 0.08 0 0.4 185.42 0.89 0.32
Hex 9 8C 99 5E 8 0 28 B9 59 20
Octal 11 214 231 136 10 0 50 271 131 40
Binary 1001 10001100 10011001 1011110 1000 0 101000 10111001 1011001 100000

Color Harmonies of #098C99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #098C99

Black with #098C99

Text Example


Text Example

White with #098C99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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