#087F9B

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

Shades of Eastern Blue #087F9B

Tints of Eastern Blue #087F9B

Color information

#087F9B (or 0x087F9B) is unknown color: approx Eastern Blue. HEX triplet: 08, 7F and 9B. RGB value is (8,127,155). Sum of RGB (Red+Green+Blue) = 8+127+155=290 (38% of max value = 765). Red value is 8 (3.52% from 255 or 2.76% from 290); Green value is 127 (50% from 255 or 43.79% from 290); Blue value is 155 (60.94% from 255 or 53.45% from 290); Max value from RGB is 155 - color contains mainly: blue. Hex color #087F9B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #087F9B is #F78064. Grayscale: #5E5E5E. Windows color (decimal): -16220261 or 10190600. OLE color: 10190600.

HSL color Cylindrical-coordinate representation of color #087F9B: hue angle of 191.43º 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 #087F9B is Cyan = 0.95, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB8127155-
CMYK0.950.1800.39
HSL191.43º90.18%31.96%-
HSV(B)191.43º94.84%60.78%-
XYZ13.6117.633.69-
YUV94.61162.0866.22-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.76%
GREEN value IS 127 (50% from 255) = 43.79%
BLUE value IS 155 (60.94% from 255) = 53.45%
R=2.76%
G=43.79%
B=53.45%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal81271550.950.1800.39191.4390.1831.96
Hex87F9B5F12027bf5a20
Octal101772331372204727713240
Binary10001111111100110111011111100100100111101111111011010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #087F9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(8,127,155); }

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

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

 a { background-color: rgb(8,127,155); }

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

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

 span { border-color: rgb(8,127,155); }

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