Html Css Color HEX #09879F Eastern Blue

📋 copy color: '#09879F'

red 9 ◦ green 135 ◦ blue 159

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

Shades of Eastern Blue #09879F

Tints of Eastern Blue #09879F

RGB

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

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

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

R = 2.97%
G = 44.55%
B = 52.48%

CMYK

 C value IS 0.94

 M value IS 0.15

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#09879F (or 0x09879F) is known color: Eastern Blue. HEX triplet: 09, 87 and 9F. RGB value is (9,135,159). Sum of RGB (Red+Green+Blue) = 9+135+159=303 (40% of max value = 765). Red value is 9 (3.91% from 255 or 2.97% from 303); Green value is 135 (53.12% from 255 or 44.55% from 303); Blue value is 159 (62.5% from 255 or 52.48% from 303); Max value from RGB is 159 - color contains mainly: blue. Hex color #09879F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #09879F is #F67860. Grayscale: #636363. Windows color (decimal): -16152673 or 10454793. OLE color: 10454793.

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

Color convert

RGB 9 135 159 -
CMYK 0.94 0.15 0 0.38
HSL 189.6º 0.89% 0.33% -
HSV(B) 189.6º 0.94% 0.62% -
XYZ 15.03 19.89 35.85 -
YUV 100.06 161.26 63.05 -
System Red Green Blue C M Y K H S L
Decimal 9 135 159 0.94 0.15 0 0.38 189.6 0.89 0.33
Hex 9 87 9F 5E F 0 26 BE 59 21
Octal 11 207 237 136 17 0 46 276 131 41
Binary 1001 10000111 10011111 1011110 1111 0 100110 10111110 1011001 100001

Color Harmonies of #09879F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09879F

Black with #09879F

Text Example


Text Example

White with #09879F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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