Html Css Color HEX #08899D Eastern Blue

📋 copy color: '#08899D'

red 8 ◦ green 137 ◦ blue 157

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

Shades of Eastern Blue #08899D

Tints of Eastern Blue #08899D

RGB

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

 GREEN value IS 137 (53.91% from 255) = 45.36%

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

R = 2.65%
G = 45.36%
B = 51.99%

CMYK

 C value IS 0.95

 M value IS 0.13

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#08899D (or 0x08899D) is known color: Eastern Blue. HEX triplet: 08, 89 and 9D. RGB value is (8,137,157). Sum of RGB (Red+Green+Blue) = 8+137+157=302 (40% of max value = 765). Red value is 8 (3.52% from 255 or 2.65% from 302); Green value is 137 (53.91% from 255 or 45.36% from 302); Blue value is 157 (61.72% from 255 or 51.99% from 302); Max value from RGB is 157 - color contains mainly: blue. Hex color #08899D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #08899D is #F77662. Grayscale: #646464. Windows color (decimal): -16217699 or 10324232. OLE color: 10324232.

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

Color convert

RGB 8 137 157 -
CMYK 0.95 0.13 0 0.38
HSL 188.05º 0.9% 0.32% -
HSV(B) 188.05º 0.95% 0.62% -
XYZ 15.13 20.38 35.03 -
YUV 100.71 159.76 61.87 -
System Red Green Blue C M Y K H S L
Decimal 8 137 157 0.95 0.13 0 0.38 188.05 0.9 0.32
Hex 8 89 9D 5F D 0 26 BC 5A 20
Octal 10 211 235 137 15 0 46 274 132 40
Binary 1000 10001001 10011101 1011111 1101 0 100110 10111100 1011010 100000

Color Harmonies of #08899D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08899D

Black with #08899D

Text Example


Text Example

White with #08899D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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