Html Css Color HEX #08899F Eastern Blue

📋 copy color: '#08899F'

red 8 ◦ green 137 ◦ blue 159

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

Shades of Eastern Blue #08899F

Tints of Eastern Blue #08899F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 52.3%

R = 2.63%
G = 45.07%
B = 52.3%

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

#08899F (or 0x08899F) is known color: Eastern Blue. HEX triplet: 08, 89 and 9F. RGB value is (8,137,159). Sum of RGB (Red+Green+Blue) = 8+137+159=304 (40% of max value = 765). Red value is 8 (3.52% from 255 or 2.63% from 304); Green value is 137 (53.91% from 255 or 45.07% from 304); Blue value is 159 (62.5% from 255 or 52.30% from 304); Max value from RGB is 159 - color contains mainly: blue. Hex color #08899F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #08899F is #F77660. Grayscale: #646464. Windows color (decimal): -16217697 or 10455304. OLE color: 10455304.

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

Color convert

RGB 8 137 159 -
CMYK 0.95 0.14 0 0.38
HSL 188.74º 0.9% 0.33% -
HSV(B) 188.74º 0.95% 0.62% -
XYZ 15.3 20.45 35.94 -
YUV 100.94 160.76 61.71 -
System Red Green Blue C M Y K H S L
Decimal 8 137 159 0.95 0.14 0 0.38 188.74 0.9 0.33
Hex 8 89 9F 5F E 0 26 BD 5A 21
Octal 10 211 237 137 16 0 46 275 132 41
Binary 1000 10001001 10011111 1011111 1110 0 100110 10111101 1011010 100001

Color Harmonies of #08899F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08899F

Black with #08899F

Text Example


Text Example

White with #08899F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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