Html Css Color HEX #08889B Eastern Blue

📋 copy color: '#08889B'

red 8 ◦ green 136 ◦ blue 155

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

Shades of Eastern Blue #08889B

Tints of Eastern Blue #08889B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 51.84%

R = 2.68%
G = 45.48%
B = 51.84%

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

#08889B (or 0x08889B) is known color: Eastern Blue. HEX triplet: 08, 88 and 9B. RGB value is (8,136,155). Sum of RGB (Red+Green+Blue) = 8+136+155=299 (39% of max value = 765). Red value is 8 (3.52% from 255 or 2.68% from 299); Green value is 136 (53.52% from 255 or 45.48% from 299); Blue value is 155 (60.94% from 255 or 51.84% from 299); Max value from RGB is 155 - color contains mainly: blue. Hex color #08889B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #08889B is #F77764. Grayscale: #636363. Windows color (decimal): -16217957 or 10192904. OLE color: 10192904.

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

Color convert

RGB 8 136 155 -
CMYK 0.95 0.12 0 0.39
HSL 187.76º 0.9% 0.32% -
HSV(B) 187.76º 0.95% 0.61% -
XYZ 14.82 20.03 34.09 -
YUV 99.89 159.09 62.46 -
System Red Green Blue C M Y K H S L
Decimal 8 136 155 0.95 0.12 0 0.39 187.76 0.9 0.32
Hex 8 88 9B 5F C 0 27 BC 5A 20
Octal 10 210 233 137 14 0 47 274 132 40
Binary 1000 10001000 10011011 1011111 1100 0 100111 10111100 1011010 100000

Color Harmonies of #08889B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08889B

Black with #08889B

Text Example


Text Example

White with #08889B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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