Html Css Color HEX #09859D Eastern Blue

📋 copy color: '#09859D'

red 9 ◦ green 133 ◦ blue 157

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

Shades of Eastern Blue #09859D

Tints of Eastern Blue #09859D

RGB

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

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

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

R = 3.01%
G = 44.48%
B = 52.51%

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

#09859D (or 0x09859D) is known color: Eastern Blue. HEX triplet: 09, 85 and 9D. RGB value is (9,133,157). Sum of RGB (Red+Green+Blue) = 9+133+157=299 (39% of max value = 765). Red value is 9 (3.91% from 255 or 3.01% from 299); Green value is 133 (52.34% from 255 or 44.48% from 299); Blue value is 157 (61.72% from 255 or 52.51% from 299); Max value from RGB is 157 - color contains mainly: blue. Hex color #09859D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #09859D is #F67A62. Grayscale: #626262. Windows color (decimal): -16153187 or 10323209. OLE color: 10323209.

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

Color convert

RGB 9 133 157 -
CMYK 0.94 0.15 0 0.38
HSL 189.73º 0.89% 0.33% -
HSV(B) 189.73º 0.94% 0.62% -
XYZ 14.59 19.27 34.85 -
YUV 98.66 160.92 64.05 -
System Red Green Blue C M Y K H S L
Decimal 9 133 157 0.94 0.15 0 0.38 189.73 0.89 0.33
Hex 9 85 9D 5E F 0 26 BE 59 21
Octal 11 205 235 136 17 0 46 276 131 41
Binary 1001 10000101 10011101 1011110 1111 0 100110 10111110 1011001 100001

Color Harmonies of #09859D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09859D

Black with #09859D

Text Example


Text Example

White with #09859D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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