Html Css Color HEX #08879D Eastern Blue

📋 copy color: '#08879D'

red 8 ◦ green 135 ◦ blue 157

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

Shades of Eastern Blue #08879D

Tints of Eastern Blue #08879D

RGB

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

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

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

R = 2.67%
G = 45%
B = 52.33%

CMYK

 C value IS 0.95

 M value IS 0.14

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#08879D (or 0x08879D) is known color: Eastern Blue. HEX triplet: 08, 87 and 9D. RGB value is (8,135,157). Sum of RGB (Red+Green+Blue) = 8+135+157=300 (39% of max value = 765). Red value is 8 (3.52% from 255 or 2.67% from 300); Green value is 135 (53.12% from 255 or 45% from 300); Blue value is 157 (61.72% from 255 or 52.33% from 300); Max value from RGB is 157 - color contains mainly: blue. Hex color #08879D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #08879D is #F77862. Grayscale: #636363. Windows color (decimal): -16218211 or 10323720. OLE color: 10323720.

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

Color convert

RGB 8 135 157 -
CMYK 0.95 0.14 0 0.38
HSL 188.86º 0.9% 0.32% -
HSV(B) 188.86º 0.95% 0.62% -
XYZ 14.85 19.81 34.94 -
YUV 99.54 160.42 62.71 -
System Red Green Blue C M Y K H S L
Decimal 8 135 157 0.95 0.14 0 0.38 188.86 0.9 0.32
Hex 8 87 9D 5F E 0 26 BD 5A 20
Octal 10 207 235 137 16 0 46 275 132 40
Binary 1000 10000111 10011101 1011111 1110 0 100110 10111101 1011010 100000

Color Harmonies of #08879D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08879D

Black with #08879D

Text Example


Text Example

White with #08879D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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