Html Css Color HEX #097F95 Eastern Blue

📋 copy color: '#097F95'

red 9 ◦ green 127 ◦ blue 149

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

Shades of Eastern Blue #097F95

Tints of Eastern Blue #097F95

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 52.28%

R = 3.16%
G = 44.56%
B = 52.28%

CMYK

 C value IS 0.94

 M value IS 0.15

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#097F95 (or 0x097F95) is known color: Eastern Blue. HEX triplet: 09, 7F and 95. RGB value is (9,127,149). Sum of RGB (Red+Green+Blue) = 9+127+149=285 (37% of max value = 765). Red value is 9 (3.91% from 255 or 3.16% from 285); Green value is 127 (50% from 255 or 44.56% from 285); Blue value is 149 (58.59% from 255 or 52.28% from 285); Max value from RGB is 149 - color contains mainly: blue. Hex color #097F95 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #097F95 is #F6806A. Grayscale: #5E5E5E. Windows color (decimal): -16154731 or 9797385. OLE color: 9797385.

HSL color Cylindrical-coordinate representation of color #097F95: hue angle of 189.43º degrees, saturation: 0.89, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #097F95 is Cyan = 0.94, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 9 127 149 -
CMYK 0.94 0.15 0 0.42
HSL 189.43º 0.89% 0.31% -
HSV(B) 189.43º 0.94% 0.58% -
XYZ 13.13 17.41 31.1 -
YUV 94.23 158.91 67.21 -
System Red Green Blue C M Y K H S L
Decimal 9 127 149 0.94 0.15 0 0.42 189.43 0.89 0.31
Hex 9 7F 95 5E F 0 2A BD 59 1F
Octal 11 177 225 136 17 0 52 275 131 37
Binary 1001 1111111 10010101 1011110 1111 0 101010 10111101 1011001 11111

Color Harmonies of #097F95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #097F95

Black with #097F95

Text Example


Text Example

White with #097F95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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