Html Css Color HEX #09889C Eastern Blue

📋 copy color: '#09889C'

red 9 ◦ green 136 ◦ blue 156

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

Shades of Eastern Blue #09889C

Tints of Eastern Blue #09889C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 51.83%

R = 2.99%
G = 45.18%
B = 51.83%

CMYK

 C value IS 0.94

 M value IS 0.13

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#09889C (or 0x09889C) is known color: Eastern Blue. HEX triplet: 09, 88 and 9C. RGB value is (9,136,156). Sum of RGB (Red+Green+Blue) = 9+136+156=301 (39% of max value = 765). Red value is 9 (3.91% from 255 or 2.99% from 301); Green value is 136 (53.52% from 255 or 45.18% from 301); Blue value is 156 (61.33% from 255 or 51.83% from 301); Max value from RGB is 156 - color contains mainly: blue. Hex color #09889C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #09889C is #F67763. Grayscale: #646464. Windows color (decimal): -16152420 or 10258441. OLE color: 10258441.

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

Color convert

RGB 9 136 156 -
CMYK 0.94 0.13 0 0.39
HSL 188.16º 0.89% 0.32% -
HSV(B) 188.16º 0.94% 0.61% -
XYZ 14.92 20.07 34.54 -
YUV 100.31 159.42 62.87 -
System Red Green Blue C M Y K H S L
Decimal 9 136 156 0.94 0.13 0 0.39 188.16 0.89 0.32
Hex 9 88 9C 5E D 0 27 BC 59 20
Octal 11 210 234 136 15 0 47 274 131 40
Binary 1001 10001000 10011100 1011110 1101 0 100111 10111100 1011001 100000

Color Harmonies of #09889C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09889C

Black with #09889C

Text Example


Text Example

White with #09889C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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