#0F8F9D

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

Shades of Eastern Blue #0F8F9D

Tints of Eastern Blue #0F8F9D

Color information

#0F8F9D (or 0x0F8F9D) is unknown color: approx Eastern Blue. HEX triplet: 0F, 8F and 9D. RGB value is (15,143,157). Sum of RGB (Red+Green+Blue) = 15+143+157=315 (41% of max value = 765). Red value is 15 (6.25% from 255 or 4.76% from 315); Green value is 143 (56.25% from 255 or 45.40% from 315); Blue value is 157 (61.72% from 255 or 49.84% from 315); Max value from RGB is 157 - color contains mainly: blue. Hex color #0F8F9D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0F8F9D is #F07062. Grayscale: #6A6A6A. Windows color (decimal): -15757411 or 10325775. OLE color: 10325775.

HSL color Cylindrical-coordinate representation of color #0F8F9D: hue angle of 185.92º degrees, saturation: 0.83, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0F8F9D is Cyan = 0.90, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB15143157-
CMYK0.900.0900.38
HSL185.92º82.56%33.73%-
HSV(B)185.92º90.45%61.57%-
XYZ16.1122.1835.33-
YUV106.32156.5962.86-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 4.76%
GREEN value IS 143 (56.25% from 255) = 45.40%
BLUE value IS 157 (61.72% from 255) = 49.84%
R=4.76%
G=45.40%
B=49.84%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal151431570.900.0900.38185.9282.5633.73
HexF8F9D5A9026ba5322
Octal172172351321104627212342
Binary11111000111110011101101101010010100110101110101010011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F8F9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,143,157); }

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

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

 a { background-color: rgb(15,143,157); }

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

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

 span { border-color: rgb(15,143,157); }

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