#0FA1BF

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

Shades of Pacific Blue #0FA1BF

Tints of Pacific Blue #0FA1BF

Color information

#0FA1BF (or 0x0FA1BF) is unknown color: approx Pacific Blue. HEX triplet: 0F, A1 and BF. RGB value is (15,161,191). Sum of RGB (Red+Green+Blue) = 15+161+191=367 (48% of max value = 765). Red value is 15 (6.25% from 255 or 4.09% from 367); Green value is 161 (63.28% from 255 or 43.87% from 367); Blue value is 191 (75% from 255 or 52.04% from 367); Max value from RGB is 191 - color contains mainly: blue. Hex color #0FA1BF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0FA1BF is #F05E40. Grayscale: #787878. Windows color (decimal): -15752769 or 12558607. OLE color: 12558607.

HSL color Cylindrical-coordinate representation of color #0FA1BF: hue angle of 190.23º 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 #0FA1BF is Cyan = 0.92, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB15161191-
CMYK0.920.1600.25
HSL190.23º85.44%40.39%-
HSV(B)190.23º92.15%74.9%-
XYZ22.3529.3553.78-
YUV120.77167.6352.56-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 4.09%
GREEN value IS 161 (63.28% from 255) = 43.87%
BLUE value IS 191 (75% from 255) = 52.04%
R=4.09%
G=43.87%
B=52.04%

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
Decimal151611910.920.1600.25190.2385.4440.39
HexFA1BF5C10019be5528
Octal172412771342003127612550
Binary11111010000110111111101110010000011001101111101010101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0FA1BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,161,191); }

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

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

 a { background-color: rgb(15,161,191); }

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

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

 span { border-color: rgb(15,161,191); }

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