#00879F

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

Shades of Eastern Blue #00879F

Tints of Eastern Blue #00879F

Color information

#00879F (or 0x00879F) is unknown color: approx Eastern Blue. HEX triplet: 00, 87 and 9F. RGB value is (0,135,159). Sum of RGB (Red+Green+Blue) = 0+135+159=294 (38% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 294); Green value is 135 (53.12% from 255 or 45.92% from 294); Blue value is 159 (62.5% from 255 or 54.08% from 294); Max value from RGB is 159 - color contains mainly: blue. Hex color #00879F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #00879F is #FF7860. Grayscale: #616161. Windows color (decimal): -16742497 or 10454784. OLE color: 10454784.

HSL color Cylindrical-coordinate representation of color #00879F: hue angle of 189.06º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00879F is Cyan = 1, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB0135159-
CMYK10.1500.38
HSL189.06º100%31.18%-
HSV(B)189.06º100%62.35%-
XYZ14.9219.8335.84-
YUV97.37162.7758.55-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 135 (53.12% from 255) = 45.92%
BLUE value IS 159 (62.5% from 255) = 54.08%
R=0%
G=45.92%
B=54.08%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal013515910.1500.38189.0610031.18
Hex0879F64F026bd641f
Octal02072371441704627514437
Binary0100001111001111111001001111010011010111101110010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00879F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(0,135,159); }

 H1.HeaderClassName
 {
   color: #00879F;
 }
 .AnyTagClassName
 {
   color: #00879F;
 }
</style>
background-color css

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

 a { background-color: rgb(0,135,159); }

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

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

 span { border-color: rgb(0,135,159); }

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