Html Css Color HEX #0E8E99 Eastern Blue

📋 copy color: '#0E8E99'

red 14 ◦ green 142 ◦ blue 153

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

Shades of Eastern Blue #0E8E99

Tints of Eastern Blue #0E8E99

RGB

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

 GREEN value IS 142 (55.86% from 255) = 45.95%

 BLUE value IS 153 (60.16% from 255) = 49.51%

R = 4.53%
G = 45.95%
B = 49.51%

CMYK

 C value IS 0.91

 M value IS 0.07

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#0E8E99 (or 0x0E8E99) is known color: Eastern Blue. HEX triplet: 0E, 8E and 99. RGB value is (14,142,153). Sum of RGB (Red+Green+Blue) = 14+142+153=309 (40% of max value = 765). Red value is 14 (5.86% from 255 or 4.53% from 309); Green value is 142 (55.86% from 255 or 45.95% from 309); Blue value is 153 (60.16% from 255 or 49.51% from 309); Max value from RGB is 153 - color contains mainly: blue. Hex color #0E8E99 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0E8E99 is #F17166. Grayscale: #686868. Windows color (decimal): -15823207 or 10063374. OLE color: 10063374.

HSL color Cylindrical-coordinate representation of color #0E8E99: hue angle of 184.75º degrees, saturation: 0.83, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0E8E99 is Cyan = 0.91, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 14 142 153 -
CMYK 0.91 0.07 0 0.4
HSL 184.75º 0.83% 0.33% -
HSV(B) 184.75º 0.91% 0.6% -
XYZ 15.6 21.74 33.51 -
YUV 104.98 155.09 63.11 -
System Red Green Blue C M Y K H S L
Decimal 14 142 153 0.91 0.07 0 0.4 184.75 0.83 0.33
Hex E 8E 99 5B 7 0 28 B9 53 21
Octal 16 216 231 133 7 0 50 271 123 41
Binary 1110 10001110 10011001 1011011 111 0 101000 10111001 1010011 100001

Color Harmonies of #0E8E99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E8E99

Black with #0E8E99

Text Example


Text Example

White with #0E8E99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,142,153); }

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

background-color css

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

 a { background-color: rgb(14,142,153); }

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

border-color css

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

 span { border-color: rgb(14,142,153); }

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