Html Css Color HEX #098997 Eastern Blue

📋 copy color: '#098997'

red 9 ◦ green 137 ◦ blue 151

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

Shades of Eastern Blue #098997

Tints of Eastern Blue #098997

RGB

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

 GREEN value IS 137 (53.91% from 255) = 46.13%

 BLUE value IS 151 (59.38% from 255) = 50.84%

R = 3.03%
G = 46.13%
B = 50.84%

CMYK

 C value IS 0.94

 M value IS 0.09

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#098997 (or 0x098997) is known color: Eastern Blue. HEX triplet: 09, 89 and 97. RGB value is (9,137,151). Sum of RGB (Red+Green+Blue) = 9+137+151=297 (39% of max value = 765). Red value is 9 (3.91% from 255 or 3.03% from 297); Green value is 137 (53.91% from 255 or 46.13% from 297); Blue value is 151 (59.38% from 255 or 50.84% from 297); Max value from RGB is 151 - color contains mainly: blue. Hex color #098997 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #098997 is #F67668. Grayscale: #646464. Windows color (decimal): -16152169 or 9931017. OLE color: 9931017.

HSL color Cylindrical-coordinate representation of color #098997: hue angle of 185.92º degrees, saturation: 0.89, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #098997 is Cyan = 0.94, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 9 137 151 -
CMYK 0.94 0.09 0 0.41
HSL 185.92º 0.89% 0.31% -
HSV(B) 185.92º 0.94% 0.59% -
XYZ 14.64 20.18 32.4 -
YUV 100.32 156.59 62.86 -
System Red Green Blue C M Y K H S L
Decimal 9 137 151 0.94 0.09 0 0.41 185.92 0.89 0.31
Hex 9 89 97 5E 9 0 29 BA 59 1F
Octal 11 211 227 136 11 0 51 272 131 37
Binary 1001 10001001 10010111 1011110 1001 0 101001 10111010 1011001 11111

Color Harmonies of #098997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #098997

Black with #098997

Text Example


Text Example

White with #098997

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #098997; }

 p { color: rgb(9,137,151); }

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

background-color css

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

 a { background-color: rgb(9,137,151); }

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

border-color css

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

 span { border-color: rgb(9,137,151); }

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