Html Css Color HEX #08979B Eastern Blue

📋 copy color: '#08979B'

red 8 ◦ green 151 ◦ blue 155

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

Shades of Eastern Blue #08979B

Tints of Eastern Blue #08979B

RGB

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

 GREEN value IS 151 (59.38% from 255) = 48.09%

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

R = 2.55%
G = 48.09%
B = 49.36%

CMYK

 C value IS 0.95

 M value IS 0.03

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#08979B (or 0x08979B) is known color: Eastern Blue. HEX triplet: 08, 97 and 9B. RGB value is (8,151,155). Sum of RGB (Red+Green+Blue) = 8+151+155=314 (41% of max value = 765). Red value is 8 (3.52% from 255 or 2.55% from 314); Green value is 151 (59.38% from 255 or 48.09% from 314); Blue value is 155 (60.94% from 255 or 49.36% from 314); Max value from RGB is 155 - color contains mainly: blue. Hex color #08979B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #08979B is #F76864. Grayscale: #6C6C6C. Windows color (decimal): -16214117 or 10196744. OLE color: 10196744.

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

Color convert

RGB 8 151 155 -
CMYK 0.95 0.03 0 0.39
HSL 181.63º 0.9% 0.32% -
HSV(B) 181.63º 0.95% 0.61% -
XYZ 17.08 24.55 34.85 -
YUV 108.7 154.12 56.17 -
System Red Green Blue C M Y K H S L
Decimal 8 151 155 0.95 0.03 0 0.39 181.63 0.9 0.32
Hex 8 97 9B 5F 3 0 27 B6 5A 20
Octal 10 227 233 137 3 0 47 266 132 40
Binary 1000 10010111 10011011 1011111 11 0 100111 10110110 1011010 100000

Color Harmonies of #08979B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08979B

Black with #08979B

Text Example


Text Example

White with #08979B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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