Html Css Color HEX #0E889D Eastern Blue

📋 copy color: '#0E889D'

red 14 ◦ green 136 ◦ blue 157

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

Shades of Eastern Blue #0E889D

Tints of Eastern Blue #0E889D

RGB

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

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

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

R = 4.56%
G = 44.3%
B = 51.14%

CMYK

 C value IS 0.91

 M value IS 0.13

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#0E889D (or 0x0E889D) is known color: Eastern Blue. HEX triplet: 0E, 88 and 9D. RGB value is (14,136,157). Sum of RGB (Red+Green+Blue) = 14+136+157=307 (40% of max value = 765). Red value is 14 (5.86% from 255 or 4.56% from 307); Green value is 136 (53.52% from 255 or 44.30% from 307); Blue value is 157 (61.72% from 255 or 51.14% from 307); Max value from RGB is 157 - color contains mainly: blue. Hex color #0E889D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0E889D is #F17762. Grayscale: #656565. Windows color (decimal): -15824739 or 10323982. OLE color: 10323982.

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

Color convert

RGB 14 136 157 -
CMYK 0.91 0.13 0 0.38
HSL 188.81º 0.84% 0.34% -
HSV(B) 188.81º 0.91% 0.62% -
XYZ 15.07 20.14 34.99 -
YUV 101.92 159.08 65.29 -
System Red Green Blue C M Y K H S L
Decimal 14 136 157 0.91 0.13 0 0.38 188.81 0.84 0.34
Hex E 88 9D 5B D 0 26 BD 54 22
Octal 16 210 235 133 15 0 46 275 124 42
Binary 1110 10001000 10011101 1011011 1101 0 100110 10111101 1010100 100010

Color Harmonies of #0E889D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E889D

Black with #0E889D

Text Example


Text Example

White with #0E889D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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