Html Css Color HEX #08879E Eastern Blue

📋 copy color: '#08879E'

red 8 ◦ green 135 ◦ blue 158

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

Shades of Eastern Blue #08879E

Tints of Eastern Blue #08879E

RGB

 RED value IS 8 (3.52% from 255) = 2.66%

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

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

R = 2.66%
G = 44.85%
B = 52.49%

CMYK

 C value IS 0.95

 M value IS 0.15

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#08879E (or 0x08879E) is known color: Eastern Blue. HEX triplet: 08, 87 and 9E. RGB value is (8,135,158). Sum of RGB (Red+Green+Blue) = 8+135+158=301 (39% of max value = 765). Red value is 8 (3.52% from 255 or 2.66% from 301); Green value is 135 (53.12% from 255 or 44.85% from 301); Blue value is 158 (62.11% from 255 or 52.49% from 301); Max value from RGB is 158 - color contains mainly: blue. Hex color #08879E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #08879E is #F77861. Grayscale: #636363. Windows color (decimal): -16218210 or 10389256. OLE color: 10389256.

HSL color Cylindrical-coordinate representation of color #08879E: hue angle of 189.2º degrees, saturation: 0.9, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #08879E is Cyan = 0.95, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 8 135 158 -
CMYK 0.95 0.15 0 0.38
HSL 189.2º 0.9% 0.33% -
HSV(B) 189.2º 0.95% 0.62% -
XYZ 14.94 19.85 35.39 -
YUV 99.65 160.92 62.63 -
System Red Green Blue C M Y K H S L
Decimal 8 135 158 0.95 0.15 0 0.38 189.2 0.9 0.33
Hex 8 87 9E 5F F 0 26 BD 5A 21
Octal 10 207 236 137 17 0 46 275 132 41
Binary 1000 10000111 10011110 1011111 1111 0 100110 10111101 1011010 100001

Color Harmonies of #08879E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08879E

Black with #08879E

Text Example


Text Example

White with #08879E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #08879E; }

 p { color: rgb(8,135,158); }

 H1.HeaderClassName
 {
   color: #08879E;
 }
 .AnyTagClassName
 {
   color: #08879E;
 }
</style>

background-color css

<style>
 a { background-color: #08879E; }

 a { background-color: rgb(8,135,158); }

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

border-color css

<style>
 span { border-color: #08879E; }

 span { border-color: rgb(8,135,158); }

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