#0F8798

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

Shades of Eastern Blue #0F8798

Tints of Eastern Blue #0F8798

Color information

#0F8798 (or 0x0F8798) is unknown color: approx Eastern Blue. HEX triplet: 0F, 87 and 98. RGB value is (15,135,152). Sum of RGB (Red+Green+Blue) = 15+135+152=302 (40% of max value = 765). Red value is 15 (6.25% from 255 or 4.97% from 302); Green value is 135 (53.12% from 255 or 44.70% from 302); Blue value is 152 (59.77% from 255 or 50.33% from 302); Max value from RGB is 152 - color contains mainly: blue. Hex color #0F8798 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0F8798 is #F07867. Grayscale: #646464. Windows color (decimal): -15759464 or 9996047. OLE color: 9996047.

HSL color Cylindrical-coordinate representation of color #0F8798: hue angle of 187.45º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0F8798 is Cyan = 0.90, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB15135152-
CMYK0.900.1100.40
HSL187.45º82.04%32.75%-
HSV(B)187.45º90.13%59.61%-
XYZ14.5319.732.74-
YUV101.06156.7466.62-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 4.97%
GREEN value IS 135 (53.12% from 255) = 44.70%
BLUE value IS 152 (59.77% from 255) = 50.33%
R=4.97%
G=44.70%
B=50.33%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal151351520.900.1100.40187.4582.0432.75
HexF87985AB028bb5221
Octal172072301321305027312241
Binary11111000011110011000101101010110101000101110111010010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F8798

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0F8798; }

 p { color: rgb(15,135,152); }

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

<style>
 a { background-color: #0F8798; }

 a { background-color: rgb(15,135,152); }

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

<style>
 span { border-color: #0F8798; }

 span { border-color: rgb(15,135,152); }

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