Html Css Color HEX #0E889E Eastern Blue

📋 copy color: '#0E889E'

red 14 ◦ green 136 ◦ blue 158

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

Shades of Eastern Blue #0E889E

Tints of Eastern Blue #0E889E

RGB

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

 GREEN value IS 136 (53.52% from 255) = 44.16%

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

R = 4.55%
G = 44.16%
B = 51.3%

CMYK

 C value IS 0.91

 M value IS 0.14

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#0E889E (or 0x0E889E) is known color: Eastern Blue. HEX triplet: 0E, 88 and 9E. RGB value is (14,136,158). Sum of RGB (Red+Green+Blue) = 14+136+158=308 (40% of max value = 765). Red value is 14 (5.86% from 255 or 4.55% from 308); Green value is 136 (53.52% from 255 or 44.16% from 308); Blue value is 158 (62.11% from 255 or 51.30% from 308); Max value from RGB is 158 - color contains mainly: blue. Hex color #0E889E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0E889E is #F17761. Grayscale: #656565. Windows color (decimal): -15824738 or 10389518. OLE color: 10389518.

HSL color Cylindrical-coordinate representation of color #0E889E: hue angle of 189.17º 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 #0E889E is Cyan = 0.91, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 14 136 158 -
CMYK 0.91 0.14 0 0.38
HSL 189.17º 0.84% 0.34% -
HSV(B) 189.17º 0.91% 0.62% -
XYZ 15.16 20.17 35.44 -
YUV 102.03 159.58 65.21 -
System Red Green Blue C M Y K H S L
Decimal 14 136 158 0.91 0.14 0 0.38 189.17 0.84 0.34
Hex E 88 9E 5B E 0 26 BD 54 22
Octal 16 210 236 133 16 0 46 275 124 42
Binary 1110 10001000 10011110 1011011 1110 0 100110 10111101 1010100 100010

Color Harmonies of #0E889E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E889E

Black with #0E889E

Text Example


Text Example

White with #0E889E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,136,158); }

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

background-color css

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

 a { background-color: rgb(14,136,158); }

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

border-color css

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

 span { border-color: rgb(14,136,158); }

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