Html Css Color HEX #08899A Eastern Blue

📋 copy color: '#08899A'

red 8 ◦ green 137 ◦ blue 154

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

Shades of Eastern Blue #08899A

Tints of Eastern Blue #08899A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 51.51%

R = 2.68%
G = 45.82%
B = 51.51%

CMYK

 C value IS 0.95

 M value IS 0.11

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#08899A (or 0x08899A) is known color: Eastern Blue. HEX triplet: 08, 89 and 9A. RGB value is (8,137,154). Sum of RGB (Red+Green+Blue) = 8+137+154=299 (39% of max value = 765). Red value is 8 (3.52% from 255 or 2.68% from 299); Green value is 137 (53.91% from 255 or 45.82% from 299); Blue value is 154 (60.55% from 255 or 51.51% from 299); Max value from RGB is 154 - color contains mainly: blue. Hex color #08899A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #08899A is #F77665. Grayscale: #646464. Windows color (decimal): -16217702 or 10127624. OLE color: 10127624.

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

Color convert

RGB 8 137 154 -
CMYK 0.95 0.11 0 0.40
HSL 186.99º 0.9% 0.32% -
HSV(B) 186.99º 0.95% 0.6% -
XYZ 14.88 20.28 33.7 -
YUV 100.37 158.26 62.12 -
System Red Green Blue C M Y K H S L
Decimal 8 137 154 0.95 0.11 0 0.40 186.99 0.9 0.32
Hex 8 89 9A 5F B 0 28 BB 5A 20
Octal 10 211 232 137 13 0 50 273 132 40
Binary 1000 10001001 10011010 1011111 1011 0 101000 10111011 1011010 100000

Color Harmonies of #08899A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08899A

Black with #08899A

Text Example


Text Example

White with #08899A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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