#087f94

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

Shades of Eastern Blue #087F94

Tints of Eastern Blue #087F94

Color information

#087F94 (or 0x087F94) is unknown color: approx Eastern Blue. HEX triplet: 08, 7F and 94. RGB value is (8,127,148). Sum of RGB (Red+Green+Blue) = 8+127+148=283 (37% of max value = 765). Red value is 8 (3.52% from 255 or 2.83% from 283); Green value is 127 (50% from 255 or 44.88% from 283); Blue value is 148 (58.20% from 255 or 52.30% from 283); Max value from RGB is 148 - color contains mainly: blue. Hex color #087F94 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #087F94 is #F7806B. Grayscale: #5D5D5D. Windows color (decimal): -16220268 or 9731848. OLE color: 9731848.

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

Color convert

RGB8127148-
CMYK0.950.1400.42
HSL189º89.74%30.59%-
HSV(B)189º94.59%58.04%-
XYZ13.0317.3730.68-
YUV93.81158.5866.79-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.83%
GREEN value IS 127 (50% from 255) = 44.88%
BLUE value IS 148 (58.20% from 255) = 52.30%
R=2.83%
G=44.88%
B=52.30%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal81271480.950.1400.4218989.7430.59
Hex87F945FE02Abd5a1f
Octal101772241371605227513237
Binary100011111111001010010111111110010101010111101101101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #087f94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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