Html Css Color HEX #0E979F Eastern Blue

📋 copy color: '#0E979F'

red 14 ◦ green 151 ◦ blue 159

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

Shades of Eastern Blue #0E979F

Tints of Eastern Blue #0E979F

RGB

 RED value IS 14 (5.86% from 255) = 4.32%

 GREEN value IS 151 (59.38% from 255) = 46.6%

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

R = 4.32%
G = 46.6%
B = 49.07%

CMYK

 C value IS 0.91

 M value IS 0.05

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#0E979F (or 0x0E979F) is known color: Eastern Blue. HEX triplet: 0E, 97 and 9F. RGB value is (14,151,159). Sum of RGB (Red+Green+Blue) = 14+151+159=324 (42% of max value = 765). Red value is 14 (5.86% from 255 or 4.32% from 324); Green value is 151 (59.38% from 255 or 46.60% from 324); Blue value is 159 (62.5% from 255 or 49.07% from 324); Max value from RGB is 159 - color contains mainly: blue. Hex color #0E979F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0E979F is #F16860. Grayscale: #6E6E6E. Windows color (decimal): -15820897 or 10458894. OLE color: 10458894.

HSL color Cylindrical-coordinate representation of color #0E979F: hue angle of 183.31º degrees, saturation: 0.84, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0E979F is Cyan = 0.91, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 14 151 159 -
CMYK 0.91 0.05 0 0.38
HSL 183.31º 0.84% 0.34% -
HSV(B) 183.31º 0.91% 0.62% -
XYZ 17.51 24.73 36.65 -
YUV 110.95 155.11 58.85 -
System Red Green Blue C M Y K H S L
Decimal 14 151 159 0.91 0.05 0 0.38 183.31 0.84 0.34
Hex E 97 9F 5B 5 0 26 B7 54 22
Octal 16 227 237 133 5 0 46 267 124 42
Binary 1110 10010111 10011111 1011011 101 0 100110 10110111 1010100 100010

Color Harmonies of #0E979F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E979F

Black with #0E979F

Text Example


Text Example

White with #0E979F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0E979F; }

 p { color: rgb(14,151,159); }

 H1.HeaderClassName
 {
   color: #0E979F;
 }
 .AnyTagClassName
 {
   color: #0E979F;
 }
</style>

background-color css

<style>
 a { background-color: #0E979F; }

 a { background-color: rgb(14,151,159); }

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

border-color css

<style>
 span { border-color: #0E979F; }

 span { border-color: rgb(14,151,159); }

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