Html Css Color HEX #09889F Eastern Blue

📋 copy color: '#09889F'

red 9 ◦ green 136 ◦ blue 159

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

Shades of Eastern Blue #09889F

Tints of Eastern Blue #09889F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 52.3%

R = 2.96%
G = 44.74%
B = 52.3%

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

#09889F (or 0x09889F) is known color: Eastern Blue. HEX triplet: 09, 88 and 9F. RGB value is (9,136,159). Sum of RGB (Red+Green+Blue) = 9+136+159=304 (40% of max value = 765). Red value is 9 (3.91% from 255 or 2.96% from 304); Green value is 136 (53.52% from 255 or 44.74% from 304); Blue value is 159 (62.5% from 255 or 52.30% from 304); Max value from RGB is 159 - color contains mainly: blue. Hex color #09889F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #09889F is #F67760. Grayscale: #646464. Windows color (decimal): -16152417 or 10455049. OLE color: 10455049.

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

Color convert

RGB 9 136 159 -
CMYK 0.94 0.14 0 0.38
HSL 189.2º 0.89% 0.33% -
HSV(B) 189.2º 0.94% 0.62% -
XYZ 15.17 20.17 35.89 -
YUV 100.65 160.92 62.63 -
System Red Green Blue C M Y K H S L
Decimal 9 136 159 0.94 0.14 0 0.38 189.2 0.89 0.33
Hex 9 88 9F 5E E 0 26 BD 59 21
Octal 11 210 237 136 16 0 46 275 131 41
Binary 1001 10001000 10011111 1011110 1110 0 100110 10111101 1011001 100001

Color Harmonies of #09889F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09889F

Black with #09889F

Text Example


Text Example

White with #09889F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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