#087E98

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

Shades of Eastern Blue #087E98

Tints of Eastern Blue #087E98

Color information

#087E98 (or 0x087E98) is unknown color: approx Eastern Blue. HEX triplet: 08, 7E and 98. RGB value is (8,126,152). Sum of RGB (Red+Green+Blue) = 8+126+152=286 (37% of max value = 765). Red value is 8 (3.52% from 255 or 2.80% from 286); Green value is 126 (49.61% from 255 or 44.06% from 286); Blue value is 152 (59.77% from 255 or 53.15% from 286); Max value from RGB is 152 - color contains mainly: blue. Hex color #087E98 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #087E98 is #F78167. Grayscale: #5D5D5D. Windows color (decimal): -16220520 or 9993736. OLE color: 9993736.

HSL color Cylindrical-coordinate representation of color #087E98: hue angle of 190.83º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #087E98 is Cyan = 0.95, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB8126152-
CMYK0.950.1700.40
HSL190.83º90%31.37%-
HSV(B)190.83º94.74%59.61%-
XYZ13.2317.2432.34-
YUV93.68160.9166.89-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.80%
GREEN value IS 126 (49.61% from 255) = 44.06%
BLUE value IS 152 (59.77% from 255) = 53.15%
R=2.80%
G=44.06%
B=53.15%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal81261520.950.1700.40190.839031.37
Hex87E985F11028bf5a1f
Octal101762301372105027713237
Binary1000111111010011000101111110001010100010111111101101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #087E98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #087E98; }

 p { color: rgb(8,126,152); }

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

<style>
 a { background-color: #087E98; }

 a { background-color: rgb(8,126,152); }

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

<style>
 span { border-color: #087E98; }

 span { border-color: rgb(8,126,152); }

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