Html Css Color HEX #09869F Eastern Blue

📋 copy color: '#09869F'

red 9 ◦ green 134 ◦ blue 159

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

Shades of Eastern Blue #09869F

Tints of Eastern Blue #09869F

RGB

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

 GREEN value IS 134 (52.73% from 255) = 44.37%

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

R = 2.98%
G = 44.37%
B = 52.65%

CMYK

 C value IS 0.94

 M value IS 0.16

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#09869F (or 0x09869F) is known color: Eastern Blue. HEX triplet: 09, 86 and 9F. RGB value is (9,134,159). Sum of RGB (Red+Green+Blue) = 9+134+159=302 (40% of max value = 765). Red value is 9 (3.91% from 255 or 2.98% from 302); Green value is 134 (52.73% from 255 or 44.37% from 302); Blue value is 159 (62.5% from 255 or 52.65% from 302); Max value from RGB is 159 - color contains mainly: blue. Hex color #09869F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #09869F is #F67960. Grayscale: #636363. Windows color (decimal): -16152929 or 10454537. OLE color: 10454537.

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

Color convert

RGB 9 134 159 -
CMYK 0.94 0.16 0 0.38
HSL 190º 0.89% 0.33% -
HSV(B) 190º 0.94% 0.62% -
XYZ 14.9 19.61 35.8 -
YUV 99.48 161.59 63.47 -
System Red Green Blue C M Y K H S L
Decimal 9 134 159 0.94 0.16 0 0.38 190 0.89 0.33
Hex 9 86 9F 5E 10 0 26 BE 59 21
Octal 11 206 237 136 20 0 46 276 131 41
Binary 1001 10000110 10011111 1011110 10000 0 100110 10111110 1011001 100001

Color Harmonies of #09869F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09869F

Black with #09869F

Text Example


Text Example

White with #09869F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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