Html Css Color HEX #09899E Eastern Blue

📋 copy color: '#09899E'

red 9 ◦ green 137 ◦ blue 158

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

Shades of Eastern Blue #09899E

Tints of Eastern Blue #09899E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 51.97%

R = 2.96%
G = 45.07%
B = 51.97%

CMYK

 C value IS 0.94

 M value IS 0.13

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#09899E (or 0x09899E) is known color: Eastern Blue. HEX triplet: 09, 89 and 9E. RGB value is (9,137,158). Sum of RGB (Red+Green+Blue) = 9+137+158=304 (40% of max value = 765). Red value is 9 (3.91% from 255 or 2.96% from 304); Green value is 137 (53.91% from 255 or 45.07% from 304); Blue value is 158 (62.11% from 255 or 51.97% from 304); Max value from RGB is 158 - color contains mainly: blue. Hex color #09899E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #09899E is #F67661. Grayscale: #646464. Windows color (decimal): -16152162 or 10389769. OLE color: 10389769.

HSL color Cylindrical-coordinate representation of color #09899E: hue angle of 188.46º degrees, saturation: 0.89, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #09899E is Cyan = 0.94, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 9 137 158 -
CMYK 0.94 0.13 0 0.38
HSL 188.46º 0.89% 0.33% -
HSV(B) 188.46º 0.94% 0.62% -
XYZ 15.23 20.42 35.49 -
YUV 101.12 160.09 62.29 -
System Red Green Blue C M Y K H S L
Decimal 9 137 158 0.94 0.13 0 0.38 188.46 0.89 0.33
Hex 9 89 9E 5E D 0 26 BC 59 21
Octal 11 211 236 136 15 0 46 274 131 41
Binary 1001 10001001 10011110 1011110 1101 0 100110 10111100 1011001 100001

Color Harmonies of #09899E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09899E

Black with #09899E

Text Example


Text Example

White with #09899E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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