#087E99

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

Shades of Eastern Blue #087E99

Tints of Eastern Blue #087E99

Color information

#087E99 (or 0x087E99) is unknown color: approx Eastern Blue. HEX triplet: 08, 7E and 99. RGB value is (8,126,153). Sum of RGB (Red+Green+Blue) = 8+126+153=287 (38% of max value = 765). Red value is 8 (3.52% from 255 or 2.79% from 287); Green value is 126 (49.61% from 255 or 43.90% from 287); Blue value is 153 (60.16% from 255 or 53.31% from 287); Max value from RGB is 153 - color contains mainly: blue. Hex color #087E99 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #087E99 is #F78166. Grayscale: #5D5D5D. Windows color (decimal): -16220519 or 10059272. OLE color: 10059272.

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

Color convert

RGB8126153-
CMYK0.950.1800.4
HSL191.17º90.06%31.57%-
HSV(B)191.17º94.77%60%-
XYZ13.3117.2732.77-
YUV93.8161.4166.8-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.79%
GREEN value IS 126 (49.61% from 255) = 43.90%
BLUE value IS 153 (60.16% from 255) = 53.31%
R=2.79%
G=43.90%
B=53.31%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal81261530.950.1800.4191.1790.0631.57
Hex87E995F12028bf5a20
Octal101762311372205027713240
Binary10001111110100110011011111100100101000101111111011010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #087E99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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