Html Css Color HEX #08899C Eastern Blue

📋 copy color: '#08899C'

red 8 ◦ green 137 ◦ blue 156

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

Shades of Eastern Blue #08899C

Tints of Eastern Blue #08899C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 51.83%

R = 2.66%
G = 45.51%
B = 51.83%

CMYK

 C value IS 0.95

 M value IS 0.12

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#08899C (or 0x08899C) is known color: Eastern Blue. HEX triplet: 08, 89 and 9C. RGB value is (8,137,156). Sum of RGB (Red+Green+Blue) = 8+137+156=301 (39% of max value = 765). Red value is 8 (3.52% from 255 or 2.66% from 301); Green value is 137 (53.91% from 255 or 45.51% from 301); Blue value is 156 (61.33% from 255 or 51.83% from 301); Max value from RGB is 156 - color contains mainly: blue. Hex color #08899C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #08899C is #F77663. Grayscale: #646464. Windows color (decimal): -16217700 or 10258696. OLE color: 10258696.

HSL color Cylindrical-coordinate representation of color #08899C: hue angle of 187.7º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #08899C is Cyan = 0.95, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 8 137 156 -
CMYK 0.95 0.12 0 0.39
HSL 187.7º 0.9% 0.32% -
HSV(B) 187.7º 0.95% 0.61% -
XYZ 15.05 20.34 34.59 -
YUV 100.6 159.26 61.96 -
System Red Green Blue C M Y K H S L
Decimal 8 137 156 0.95 0.12 0 0.39 187.7 0.9 0.32
Hex 8 89 9C 5F C 0 27 BC 5A 20
Octal 10 211 234 137 14 0 47 274 132 40
Binary 1000 10001001 10011100 1011111 1100 0 100111 10111100 1011010 100000

Color Harmonies of #08899C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08899C

Black with #08899C

Text Example


Text Example

White with #08899C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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