Html Css Color HEX #09879D Eastern Blue

📋 copy color: '#09879D'

red 9 ◦ green 135 ◦ blue 157

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

Shades of Eastern Blue #09879D

Tints of Eastern Blue #09879D

RGB

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

 GREEN value IS 135 (53.13% from 255) = 44.85%

 BLUE value IS 157 (61.72% from 255) = 52.16%

R = 2.99%
G = 44.85%
B = 52.16%

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

#09879D (or 0x09879D) is known color: Eastern Blue. HEX triplet: 09, 87 and 9D. RGB value is (9,135,157). Sum of RGB (Red+Green+Blue) = 9+135+157=301 (39% of max value = 765). Red value is 9 (3.91% from 255 or 2.99% from 301); Green value is 135 (53.12% from 255 or 44.85% from 301); Blue value is 157 (61.72% from 255 or 52.16% from 301); Max value from RGB is 157 - color contains mainly: blue. Hex color #09879D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #09879D is #F67862. Grayscale: #636363. Windows color (decimal): -16152675 or 10323721. OLE color: 10323721.

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

Color convert

RGB 9 135 157 -
CMYK 0.94 0.14 0 0.38
HSL 188.92º 0.89% 0.33% -
HSV(B) 188.92º 0.94% 0.62% -
XYZ 14.86 19.82 34.94 -
YUV 99.83 160.26 63.21 -
System Red Green Blue C M Y K H S L
Decimal 9 135 157 0.94 0.14 0 0.38 188.92 0.89 0.33
Hex 9 87 9D 5E E 0 26 BD 59 21
Octal 11 207 235 136 16 0 46 275 131 41
Binary 1001 10000111 10011101 1011110 1110 0 100110 10111101 1011001 100001

Color Harmonies of #09879D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09879D

Black with #09879D

Text Example


Text Example

White with #09879D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #09879D; }

 p { color: rgb(9,135,157); }

 H1.HeaderClassName
 {
   color: #09879D;
 }
 .AnyTagClassName
 {
   color: #09879D;
 }
</style>

background-color css

<style>
 a { background-color: #09879D; }

 a { background-color: rgb(9,135,157); }

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

border-color css

<style>
 span { border-color: #09879D; }

 span { border-color: rgb(9,135,157); }

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