#08979B

Color #08979B Eastern Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Eastern Blue #08979B

Tints of Eastern Blue #08979B

Color information

#08979B (or 0x08979B) is unknown color: approx 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

RGB8151155-
CMYK0.950.0300.39
HSL181.63º90.18%31.96%-
HSV(B)181.63º94.84%60.78%-
XYZ17.0824.5534.85-
YUV108.7154.1256.17-

RGB Variations

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

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 (Cyan) values IS 0.95
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal81511550.950.0300.39181.6390.1831.96
Hex8979B5F3027b65a20
Octal10227233137304726613240
Binary100010010111100110111011111110100111101101101011010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08979B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>