Html Css Color HEX #09889E Eastern Blue

📋 copy color: '#09889E'

red 9 ◦ green 136 ◦ blue 158

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

Shades of Eastern Blue #09889E

Tints of Eastern Blue #09889E

RGB

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

 GREEN value IS 136 (53.52% from 255) = 44.88%

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

R = 2.97%
G = 44.88%
B = 52.15%

CMYK

 C value IS 0.94

 M value IS 0.14

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#09889E (or 0x09889E) is known color: Eastern Blue. HEX triplet: 09, 88 and 9E. RGB value is (9,136,158). Sum of RGB (Red+Green+Blue) = 9+136+158=303 (40% of max value = 765). Red value is 9 (3.91% from 255 or 2.97% from 303); Green value is 136 (53.52% from 255 or 44.88% from 303); Blue value is 158 (62.11% from 255 or 52.15% from 303); Max value from RGB is 158 - color contains mainly: blue. Hex color #09889E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #09889E is #F67761. Grayscale: #646464. Windows color (decimal): -16152418 or 10389513. OLE color: 10389513.

HSL color Cylindrical-coordinate representation of color #09889E: hue angle of 188.86º 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 #09889E is Cyan = 0.94, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 9 136 158 -
CMYK 0.94 0.14 0 0.38
HSL 188.86º 0.89% 0.33% -
HSV(B) 188.86º 0.94% 0.62% -
XYZ 15.09 20.14 35.44 -
YUV 100.54 160.42 62.71 -
System Red Green Blue C M Y K H S L
Decimal 9 136 158 0.94 0.14 0 0.38 188.86 0.89 0.33
Hex 9 88 9E 5E E 0 26 BD 59 21
Octal 11 210 236 136 16 0 46 275 131 41
Binary 1001 10001000 10011110 1011110 1110 0 100110 10111101 1011001 100001

Color Harmonies of #09889E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09889E

Black with #09889E

Text Example


Text Example

White with #09889E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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