Html Css Color HEX #09859E Eastern Blue

📋 copy color: '#09859E'

red 9 ◦ green 133 ◦ blue 158

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

Shades of Eastern Blue #09859E

Tints of Eastern Blue #09859E

RGB

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

 GREEN value IS 133 (52.34% from 255) = 44.33%

 BLUE value IS 158 (62.11% from 255) = 52.67%

R = 3%
G = 44.33%
B = 52.67%

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

#09859E (or 0x09859E) is known color: Eastern Blue. HEX triplet: 09, 85 and 9E. RGB value is (9,133,158). Sum of RGB (Red+Green+Blue) = 9+133+158=300 (39% of max value = 765). Red value is 9 (3.91% from 255 or 3% from 300); Green value is 133 (52.34% from 255 or 44.33% from 300); Blue value is 158 (62.11% from 255 or 52.67% from 300); Max value from RGB is 158 - color contains mainly: blue. Hex color #09859E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #09859E is #F67A61. Grayscale: #626262. Windows color (decimal): -16153186 or 10388745. OLE color: 10388745.

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

Color convert

RGB 9 133 158 -
CMYK 0.94 0.16 0 0.38
HSL 190.07º 0.89% 0.33% -
HSV(B) 190.07º 0.94% 0.62% -
XYZ 14.67 19.3 35.3 -
YUV 98.77 161.42 63.97 -
System Red Green Blue C M Y K H S L
Decimal 9 133 158 0.94 0.16 0 0.38 190.07 0.89 0.33
Hex 9 85 9E 5E 10 0 26 BE 59 21
Octal 11 205 236 136 20 0 46 276 131 41
Binary 1001 10000101 10011110 1011110 10000 0 100110 10111110 1011001 100001

Color Harmonies of #09859E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09859E

Black with #09859E

Text Example


Text Example

White with #09859E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #09859E; }

 p { color: rgb(9,133,158); }

 H1.HeaderClassName
 {
   color: #09859E;
 }
 .AnyTagClassName
 {
   color: #09859E;
 }
</style>

background-color css

<style>
 a { background-color: #09859E; }

 a { background-color: rgb(9,133,158); }

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

border-color css

<style>
 span { border-color: #09859E; }

 span { border-color: rgb(9,133,158); }

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