#08939D

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

Shades of Eastern Blue #08939D

Tints of Eastern Blue #08939D

Color information

#08939D (or 0x08939D) is unknown color: approx Eastern Blue. HEX triplet: 08, 93 and 9D. RGB value is (8,147,157). Sum of RGB (Red+Green+Blue) = 8+147+157=312 (41% of max value = 765). Red value is 8 (3.52% from 255 or 2.56% from 312); Green value is 147 (57.81% from 255 or 47.12% from 312); Blue value is 157 (61.72% from 255 or 50.32% from 312); Max value from RGB is 157 - color contains mainly: blue. Hex color #08939D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #08939D is #F76C62. Grayscale: #6A6A6A. Windows color (decimal): -16215139 or 10326792. OLE color: 10326792.

HSL color Cylindrical-coordinate representation of color #08939D: hue angle of 184.03º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #08939D is Cyan = 0.95, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB8147157-
CMYK0.950.0600.38
HSL184.03º90.3%32.35%-
HSV(B)184.03º94.9%61.57%-
XYZ16.6223.3535.53-
YUV106.58156.4557.69-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.56%
GREEN value IS 147 (57.81% from 255) = 47.12%
BLUE value IS 157 (61.72% from 255) = 50.32%
R=2.56%
G=47.12%
B=50.32%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal81471570.950.0600.38184.0390.332.35
Hex8939D5F6026b85a20
Octal10223235137604627013240
Binary1000100100111001110110111111100100110101110001011010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08939D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #08939D; }

 p { color: rgb(8,147,157); }

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

<style>
 a { background-color: #08939D; }

 a { background-color: rgb(8,147,157); }

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

<style>
 span { border-color: #08939D; }

 span { border-color: rgb(8,147,157); }

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