#0F91C8

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

Shades of Pacific Blue #0F91C8

Tints of Pacific Blue #0F91C8

Color information

#0F91C8 (or 0x0F91C8) is unknown color: approx Pacific Blue. HEX triplet: 0F, 91 and C8. RGB value is (15,145,200). Sum of RGB (Red+Green+Blue) = 15+145+200=360 (47% of max value = 765). Red value is 15 (6.25% from 255 or 4.17% from 360); Green value is 145 (57.03% from 255 or 40.28% from 360); Blue value is 200 (78.52% from 255 or 55.56% from 360); Max value from RGB is 200 - color contains mainly: blue. Hex color #0F91C8 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0F91C8 is #F06E37. Grayscale: #707070. Windows color (decimal): -15756856 or 13144335. OLE color: 13144335.

HSL color Cylindrical-coordinate representation of color #0F91C8: hue angle of 197.84º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0F91C8 is Cyan = 0.92, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB15145200-
CMYK0.920.2800.22
HSL197.84º86.05%42.16%-
HSV(B)197.84º92.5%78.43%-
XYZ20.7524.5258.28-
YUV112.4177.4358.53-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 4.17%
GREEN value IS 145 (57.03% from 255) = 40.28%
BLUE value IS 200 (78.52% from 255) = 55.56%
R=4.17%
G=40.28%
B=55.56%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal151452000.920.2800.22197.8486.0542.16
HexF91C85C1C016c6562a
Octal172213101343402630612652
Binary11111001000111001000101110011100010110110001101010110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F91C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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