#0F91DE

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

Shades of Pacific Blue #0F91DE

Tints of Pacific Blue #0F91DE

Color information

#0F91DE (or 0x0F91DE) is unknown color: approx Pacific Blue. HEX triplet: 0F, 91 and DE. RGB value is (15,145,222). Sum of RGB (Red+Green+Blue) = 15+145+222=382 (50% of max value = 765). Red value is 15 (6.25% from 255 or 3.93% from 382); Green value is 145 (57.03% from 255 or 37.96% from 382); Blue value is 222 (87.11% from 255 or 58.12% from 382); Max value from RGB is 222 - color contains mainly: blue. Hex color #0F91DE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0F91DE is #F06E21. Grayscale: #727272. Windows color (decimal): -15756834 or 14586127. OLE color: 14586127.

HSL color Cylindrical-coordinate representation of color #0F91DE: hue angle of 202.32º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0F91DE is Cyan = 0.93, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB15145222-
CMYK0.930.3500.13
HSL202.32º87.34%46.47%-
HSV(B)202.32º93.24%87.06%-
XYZ23.5125.6372.81-
YUV114.91188.4356.74-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 3.93%
GREEN value IS 145 (57.03% from 255) = 37.96%
BLUE value IS 222 (87.11% from 255) = 58.12%
R=3.93%
G=37.96%
B=58.12%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal151452220.930.3500.13202.3287.3446.47
HexF91DE5D230Dca572e
Octal172213361354301531212756
Binary11111001000111011110101110110001101101110010101010111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F91DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,145,222); }

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

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

 a { background-color: rgb(15,145,222); }

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

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

 span { border-color: rgb(15,145,222); }

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