#0BA3B9

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

Shades of Pacific Blue #0BA3B9

Tints of Pacific Blue #0BA3B9

Color information

#0BA3B9 (or 0x0BA3B9) is unknown color: approx Pacific Blue. HEX triplet: 0B, A3 and B9. RGB value is (11,163,185). Sum of RGB (Red+Green+Blue) = 11+163+185=359 (47% of max value = 765). Red value is 11 (4.69% from 255 or 3.06% from 359); Green value is 163 (64.06% from 255 or 45.40% from 359); Blue value is 185 (72.66% from 255 or 51.53% from 359); Max value from RGB is 185 - color contains mainly: blue. Hex color #0BA3B9 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0BA3B9 is #F45C46. Grayscale: #777777. Windows color (decimal): -16014407 or 12165899. OLE color: 12165899.

HSL color Cylindrical-coordinate representation of color #0BA3B9: hue angle of 187.59º degrees, saturation: 0.89, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0BA3B9 is Cyan = 0.94, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB11163185-
CMYK0.940.1200.27
HSL187.59º88.78%38.43%-
HSV(B)187.59º94.05%72.55%-
XYZ21.9929.7750.49-
YUV120.06164.6450.21-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 3.06%
GREEN value IS 163 (64.06% from 255) = 45.40%
BLUE value IS 185 (72.66% from 255) = 51.53%
R=3.06%
G=45.40%
B=51.53%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal111631850.940.1200.27187.5988.7838.43
HexBA3B95EC01Bbc5926
Octal132432711361403327413146
Binary1011101000111011100110111101100011011101111001011001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0BA3B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,163,185); }

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

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

 a { background-color: rgb(11,163,185); }

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

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

 span { border-color: rgb(11,163,185); }

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