Html Css Color HEX #0E8795 Eastern Blue

📋 copy color: '#0E8795'

red 14 ◦ green 135 ◦ blue 149

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

Shades of Eastern Blue #0E8795

Tints of Eastern Blue #0E8795

RGB

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

 GREEN value IS 135 (53.13% from 255) = 45.3%

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

R = 4.7%
G = 45.3%
B = 50%

CMYK

 C value IS 0.91

 M value IS 0.09

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#0E8795 (or 0x0E8795) is known color: Eastern Blue. HEX triplet: 0E, 87 and 95. RGB value is (14,135,149). Sum of RGB (Red+Green+Blue) = 14+135+149=298 (39% of max value = 765). Red value is 14 (5.86% from 255 or 4.70% from 298); Green value is 135 (53.12% from 255 or 45.30% from 298); Blue value is 149 (58.59% from 255 or 50% from 298); Max value from RGB is 149 - color contains mainly: blue. Hex color #0E8795 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0E8795 is #F1786A. Grayscale: #646464. Windows color (decimal): -15825003 or 9799438. OLE color: 9799438.

HSL color Cylindrical-coordinate representation of color #0E8795: hue angle of 186.22º degrees, saturation: 0.83, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0E8795 is Cyan = 0.91, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 14 135 149 -
CMYK 0.91 0.09 0 0.42
HSL 186.22º 0.83% 0.32% -
HSV(B) 186.22º 0.91% 0.58% -
XYZ 14.27 19.59 31.46 -
YUV 100.42 155.41 66.36 -
System Red Green Blue C M Y K H S L
Decimal 14 135 149 0.91 0.09 0 0.42 186.22 0.83 0.32
Hex E 87 95 5B 9 0 2A BA 53 20
Octal 16 207 225 133 11 0 52 272 123 40
Binary 1110 10000111 10010101 1011011 1001 0 101010 10111010 1010011 100000

Color Harmonies of #0E8795

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E8795

Black with #0E8795

Text Example


Text Example

White with #0E8795

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,135,149); }

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

background-color css

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

 a { background-color: rgb(14,135,149); }

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

border-color css

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

 span { border-color: rgb(14,135,149); }

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