Html Css Color HEX #0E8F99 Eastern Blue

📋 copy color: '#0E8F99'

red 14 ◦ green 143 ◦ blue 153

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

Shades of Eastern Blue #0E8F99

Tints of Eastern Blue #0E8F99

RGB

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

 GREEN value IS 143 (56.25% from 255) = 46.13%

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

R = 4.52%
G = 46.13%
B = 49.35%

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

#0E8F99 (or 0x0E8F99) is known color: Eastern Blue. HEX triplet: 0E, 8F and 99. RGB value is (14,143,153). Sum of RGB (Red+Green+Blue) = 14+143+153=310 (41% of max value = 765). Red value is 14 (5.86% from 255 or 4.52% from 310); Green value is 143 (56.25% from 255 or 46.13% from 310); Blue value is 153 (60.16% from 255 or 49.35% from 310); Max value from RGB is 153 - color contains mainly: blue. Hex color #0E8F99 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0E8F99 is #F17066. Grayscale: #696969. Windows color (decimal): -15822951 or 10063630. OLE color: 10063630.

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

Color convert

RGB 14 143 153 -
CMYK 0.91 0.07 0 0.4
HSL 184.32º 0.83% 0.33% -
HSV(B) 184.32º 0.91% 0.6% -
XYZ 15.75 22.04 33.56 -
YUV 105.57 154.76 62.69 -
System Red Green Blue C M Y K H S L
Decimal 14 143 153 0.91 0.07 0 0.4 184.32 0.83 0.33
Hex E 8F 99 5B 7 0 28 B8 53 21
Octal 16 217 231 133 7 0 50 270 123 41
Binary 1110 10001111 10011001 1011011 111 0 101000 10111000 1010011 100001

Color Harmonies of #0E8F99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E8F99

Black with #0E8F99

Text Example


Text Example

White with #0E8F99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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