#0F9FBE

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

Shades of Pacific Blue #0F9FBE

Tints of Pacific Blue #0F9FBE

Color information

#0F9FBE (or 0x0F9FBE) is unknown color: approx Pacific Blue. HEX triplet: 0F, 9F and BE. RGB value is (15,159,190). Sum of RGB (Red+Green+Blue) = 15+159+190=364 (48% of max value = 765). Red value is 15 (6.25% from 255 or 4.12% from 364); Green value is 159 (62.5% from 255 or 43.68% from 364); Blue value is 190 (74.61% from 255 or 52.20% from 364); Max value from RGB is 190 - color contains mainly: blue. Hex color #0F9FBE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0F9FBE is #F06041. Grayscale: #777777. Windows color (decimal): -15753282 or 12492559. OLE color: 12492559.

HSL color Cylindrical-coordinate representation of color #0F9FBE: hue angle of 190.63º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0F9FBE is Cyan = 0.92, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB15159190-
CMYK0.920.1600.25
HSL190.63º85.37%40.2%-
HSV(B)190.63º92.11%74.51%-
XYZ21.8928.6253.08-
YUV119.48167.7953.48-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 4.12%
GREEN value IS 159 (62.5% from 255) = 43.68%
BLUE value IS 190 (74.61% from 255) = 52.20%
R=4.12%
G=43.68%
B=52.20%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal151591900.920.1600.25190.6385.3740.2
HexF9FBE5C10019bf5528
Octal172372761342003127712550
Binary11111001111110111110101110010000011001101111111010101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F9FBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,159,190); }

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

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

 a { background-color: rgb(15,159,190); }

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

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

 span { border-color: rgb(15,159,190); }

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