#0FA0BE

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

Shades of Pacific Blue #0FA0BE

Tints of Pacific Blue #0FA0BE

Color information

#0FA0BE (or 0x0FA0BE) is unknown color: approx Pacific Blue. HEX triplet: 0F, A0 and BE. RGB value is (15,160,190). Sum of RGB (Red+Green+Blue) = 15+160+190=365 (48% of max value = 765). Red value is 15 (6.25% from 255 or 4.11% from 365); Green value is 160 (62.89% from 255 or 43.84% from 365); Blue value is 190 (74.61% from 255 or 52.05% from 365); Max value from RGB is 190 - color contains mainly: blue. Hex color #0FA0BE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0FA0BE is #F05F41. Grayscale: #777777. Windows color (decimal): -15753026 or 12492815. OLE color: 12492815.

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

Color convert

RGB15160190-
CMYK0.920.1600.25
HSL190.29º85.37%40.2%-
HSV(B)190.29º92.11%74.51%-
XYZ22.0628.9653.14-
YUV120.06167.4653.06-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 4.11%
GREEN value IS 160 (62.89% from 255) = 43.84%
BLUE value IS 190 (74.61% from 255) = 52.05%
R=4.11%
G=43.84%
B=52.05%

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
Decimal151601900.920.1600.25190.2985.3740.2
HexFA0BE5C10019be5528
Octal172402761342003127612550
Binary11111010000010111110101110010000011001101111101010101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0FA0BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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