#087C98

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

Shades of Eastern Blue #087C98

Tints of Eastern Blue #087C98

Color information

#087C98 (or 0x087C98) is unknown color: approx Eastern Blue. HEX triplet: 08, 7C and 98. RGB value is (8,124,152). Sum of RGB (Red+Green+Blue) = 8+124+152=284 (37% of max value = 765). Red value is 8 (3.52% from 255 or 2.82% from 284); Green value is 124 (48.83% from 255 or 43.66% from 284); Blue value is 152 (59.77% from 255 or 53.52% from 284); Max value from RGB is 152 - color contains mainly: blue. Hex color #087C98 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #087C98 is #F78367. Grayscale: #5C5C5C. Windows color (decimal): -16221032 or 9993224. OLE color: 9993224.

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

Color convert

RGB8124152-
CMYK0.950.1800.40
HSL191.67º90%31.37%-
HSV(B)191.67º94.74%59.61%-
XYZ12.9816.7332.25-
YUV92.51161.5767.72-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.82%
GREEN value IS 124 (48.83% from 255) = 43.66%
BLUE value IS 152 (59.77% from 255) = 53.52%
R=2.82%
G=43.66%
B=53.52%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal81241520.950.1800.40191.679031.37
Hex87C985F12028c05a1f
Octal101742301372205030013237
Binary1000111110010011000101111110010010100011000000101101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #087C98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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