Html Css Color HEX #09899F Eastern Blue

📋 copy color: '#09899F'

red 9 ◦ green 137 ◦ blue 159

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

Shades of Eastern Blue #09899F

Tints of Eastern Blue #09899F

RGB

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

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

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

R = 2.95%
G = 44.92%
B = 52.13%

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

#09899F (or 0x09899F) is known color: Eastern Blue. HEX triplet: 09, 89 and 9F. RGB value is (9,137,159). Sum of RGB (Red+Green+Blue) = 9+137+159=305 (40% of max value = 765). Red value is 9 (3.91% from 255 or 2.95% from 305); Green value is 137 (53.91% from 255 or 44.92% from 305); Blue value is 159 (62.5% from 255 or 52.13% from 305); Max value from RGB is 159 - color contains mainly: blue. Hex color #09899F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #09899F is #F67660. Grayscale: #656565. Windows color (decimal): -16152161 or 10455305. OLE color: 10455305.

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

Color convert

RGB 9 137 159 -
CMYK 0.94 0.14 0 0.38
HSL 188.8º 0.89% 0.33% -
HSV(B) 188.8º 0.94% 0.62% -
XYZ 15.32 20.45 35.94 -
YUV 101.24 160.59 62.21 -
System Red Green Blue C M Y K H S L
Decimal 9 137 159 0.94 0.14 0 0.38 188.8 0.89 0.33
Hex 9 89 9F 5E E 0 26 BD 59 21
Octal 11 211 237 136 16 0 46 275 131 41
Binary 1001 10001001 10011111 1011110 1110 0 100110 10111101 1011001 100001

Color Harmonies of #09899F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09899F

Black with #09899F

Text Example


Text Example

White with #09899F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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