#0BA0BF

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

Shades of Pacific Blue #0BA0BF

Tints of Pacific Blue #0BA0BF

Color information

#0BA0BF (or 0x0BA0BF) is unknown color: approx Pacific Blue. HEX triplet: 0B, A0 and BF. RGB value is (11,160,191). Sum of RGB (Red+Green+Blue) = 11+160+191=362 (47% of max value = 765). Red value is 11 (4.69% from 255 or 3.04% from 362); Green value is 160 (62.89% from 255 or 44.20% from 362); Blue value is 191 (75% from 255 or 52.76% from 362); Max value from RGB is 191 - color contains mainly: blue. Hex color #0BA0BF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0BA0BF is #F45F40. Grayscale: #767676. Windows color (decimal): -16015169 or 12558347. OLE color: 12558347.

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

Color convert

RGB11160191-
CMYK0.940.1600.25
HSL190.33º89.11%39.61%-
HSV(B)190.33º94.24%74.9%-
XYZ22.1128.9753.72-
YUV118.98168.6450.98-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 3.04%
GREEN value IS 160 (62.89% from 255) = 44.20%
BLUE value IS 191 (75% from 255) = 52.76%
R=3.04%
G=44.20%
B=52.76%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal111601910.940.1600.25190.3389.1139.61
HexBA0BF5E10019be5928
Octal132402771362003127613150
Binary10111010000010111111101111010000011001101111101011001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0BA0BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,160,191); }

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

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

 a { background-color: rgb(11,160,191); }

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

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

 span { border-color: rgb(11,160,191); }

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