Html Css Color HEX #09899B Eastern Blue

📋 copy color: '#09899B'

red 9 ◦ green 137 ◦ blue 155

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

Shades of Eastern Blue #09899B

Tints of Eastern Blue #09899B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 51.5%

R = 2.99%
G = 45.51%
B = 51.5%

CMYK

 C value IS 0.94

 M value IS 0.12

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#09899B (or 0x09899B) is known color: Eastern Blue. HEX triplet: 09, 89 and 9B. RGB value is (9,137,155). Sum of RGB (Red+Green+Blue) = 9+137+155=301 (39% of max value = 765). Red value is 9 (3.91% from 255 or 2.99% from 301); Green value is 137 (53.91% from 255 or 45.51% from 301); Blue value is 155 (60.94% from 255 or 51.50% from 301); Max value from RGB is 155 - color contains mainly: blue. Hex color #09899B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #09899B is #F67664. Grayscale: #646464. Windows color (decimal): -16152165 or 10193161. OLE color: 10193161.

HSL color Cylindrical-coordinate representation of color #09899B: hue angle of 187.4º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #09899B is Cyan = 0.94, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 9 137 155 -
CMYK 0.94 0.12 0 0.39
HSL 187.4º 0.89% 0.32% -
HSV(B) 187.4º 0.94% 0.61% -
XYZ 14.97 20.32 34.14 -
YUV 100.78 158.59 62.54 -
System Red Green Blue C M Y K H S L
Decimal 9 137 155 0.94 0.12 0 0.39 187.4 0.89 0.32
Hex 9 89 9B 5E C 0 27 BB 59 20
Octal 11 211 233 136 14 0 47 273 131 40
Binary 1001 10001001 10011011 1011110 1100 0 100111 10111011 1011001 100000

Color Harmonies of #09899B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09899B

Black with #09899B

Text Example


Text Example

White with #09899B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #09899B; }

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

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

background-color css

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

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

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

border-color css

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

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

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