Html Css Color HEX #097F9E Eastern Blue

📋 copy color: '#097F9E'

red 9 ◦ green 127 ◦ blue 158

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

Shades of Eastern Blue #097F9E

Tints of Eastern Blue #097F9E

RGB

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

 GREEN value IS 127 (50% from 255) = 43.2%

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

R = 3.06%
G = 43.2%
B = 53.74%

CMYK

 C value IS 0.94

 M value IS 0.20

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#097F9E (or 0x097F9E) is known color: Eastern Blue. HEX triplet: 09, 7F and 9E. RGB value is (9,127,158). Sum of RGB (Red+Green+Blue) = 9+127+158=294 (38% of max value = 765). Red value is 9 (3.91% from 255 or 3.06% from 294); Green value is 127 (50% from 255 or 43.20% from 294); Blue value is 158 (62.11% from 255 or 53.74% from 294); Max value from RGB is 158 - color contains mainly: blue. Hex color #097F9E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #097F9E is #F68061. Grayscale: #5F5F5F. Windows color (decimal): -16154722 or 10387209. OLE color: 10387209.

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

Color convert

RGB 9 127 158 -
CMYK 0.94 0.20 0 0.38
HSL 192.48º 0.89% 0.33% -
HSV(B) 192.48º 0.94% 0.62% -
XYZ 13.87 17.71 35.03 -
YUV 95.25 163.41 66.48 -
System Red Green Blue C M Y K H S L
Decimal 9 127 158 0.94 0.20 0 0.38 192.48 0.89 0.33
Hex 9 7F 9E 5E 14 0 26 C0 59 21
Octal 11 177 236 136 24 0 46 300 131 41
Binary 1001 1111111 10011110 1011110 10100 0 100110 11000000 1011001 100001

Color Harmonies of #097F9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #097F9E

Black with #097F9E

Text Example


Text Example

White with #097F9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #097F9E; }

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

 H1.HeaderClassName
 {
   color: #097F9E;
 }
 .AnyTagClassName
 {
   color: #097F9E;
 }
</style>

background-color css

<style>
 a { background-color: #097F9E; }

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

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

border-color css

<style>
 span { border-color: #097F9E; }

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

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