Html Css Color HEX #08889E Eastern Blue

📋 copy color: '#08889E'

red 8 ◦ green 136 ◦ blue 158

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

Shades of Eastern Blue #08889E

Tints of Eastern Blue #08889E

RGB

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

 GREEN value IS 136 (53.52% from 255) = 45.03%

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

R = 2.65%
G = 45.03%
B = 52.32%

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

#08889E (or 0x08889E) is known color: Eastern Blue. HEX triplet: 08, 88 and 9E. RGB value is (8,136,158). Sum of RGB (Red+Green+Blue) = 8+136+158=302 (40% of max value = 765). Red value is 8 (3.52% from 255 or 2.65% from 302); Green value is 136 (53.52% from 255 or 45.03% from 302); Blue value is 158 (62.11% from 255 or 52.32% from 302); Max value from RGB is 158 - color contains mainly: blue. Hex color #08889E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #08889E is #F77761. Grayscale: #646464. Windows color (decimal): -16217954 or 10389512. OLE color: 10389512.

HSL color Cylindrical-coordinate representation of color #08889E: hue angle of 188.8º 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 #08889E is Cyan = 0.95, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 8 136 158 -
CMYK 0.95 0.14 0 0.38
HSL 188.8º 0.9% 0.33% -
HSV(B) 188.8º 0.95% 0.62% -
XYZ 15.08 20.13 35.44 -
YUV 100.24 160.59 62.21 -
System Red Green Blue C M Y K H S L
Decimal 8 136 158 0.95 0.14 0 0.38 188.8 0.9 0.33
Hex 8 88 9E 5F E 0 26 BD 5A 21
Octal 10 210 236 137 16 0 46 275 132 41
Binary 1000 10001000 10011110 1011111 1110 0 100110 10111101 1011010 100001

Color Harmonies of #08889E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08889E

Black with #08889E

Text Example


Text Example

White with #08889E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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