Shades of Pacific Blue #0BA7BD
Tints of Pacific Blue #0BA7BD
RGB
CMYK
RGB Variations
Color information
#0BA7BD (or 0x0BA7BD) is known color: Pacific Blue. HEX triplet: 0B, A7 and BD. RGB value is (11,167,189). Sum of RGB (Red+Green+Blue) = 11+167+189=367 (48% of max value = 765). Red value is 11 (4.69% from 255 or 3.00% from 367); Green value is 167 (65.62% from 255 or 45.50% from 367); Blue value is 189 (74.22% from 255 or 51.50% from 367); Max value from RGB is 189 - color contains mainly: blue. Hex color #0BA7BD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0BA7BD is #F45842. Grayscale: #7A7A7A. Windows color (decimal): -16013379 or 12429067. OLE color: 12429067.
HSL color Cylindrical-coordinate representation of color #0BA7BD: hue angle of 187.42º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0BA7BD is Cyan = 0.94, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 11 | 167 | 189 | - |
| CMYK | 0.94 | 0.12 | 0 | 0.26 |
| HSL | 187.42º | 0.89% | 0.39% | - |
| HSV(B) | 187.42º | 0.94% | 0.74% | - |
| XYZ | 23.14 | 31.38 | 52.98 | - |
| YUV | 122.86 | 165.32 | 48.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 167 | 189 | 0.94 | 0.12 | 0 | 0.26 | 187.42 | 0.89 | 0.39 |
| Hex | B | A7 | BD | 5E | C | 0 | 1A | BB | 59 | 27 |
| Octal | 13 | 247 | 275 | 136 | 14 | 0 | 32 | 273 | 131 | 47 |
| Binary | 1011 | 10100111 | 10111101 | 1011110 | 1100 | 0 | 11010 | 10111011 | 1011001 | 100111 |
Color Harmonies of #0BA7BD
Complementary color
Monochromatic Colors of #0BA7BD
Black with #0BA7BD
Text Example
Text Example
White with #0BA7BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BA7BD; }
p { color: rgb(11,167,189); }
H1.HeaderClassName
{
color: #0BA7BD;
}
.AnyTagClassName
{
color: #0BA7BD;
}
</style>
background-color css
<style>
a { background-color: #0BA7BD; }
a { background-color: rgb(11,167,189); }
div.DivClassName
{
background-color: #0BA7BD;
}
.BgClassName
{
background-color: #0BA7BD;
}
</style>
border-color css
<style>
span { border-color: #0BA7BD; }
span { border-color: rgb(11,167,189); }
td.TdClassName
{
border-color: #0BA7BD;
}
.TagClassName
{
border-color: #0BA7BD;
}
</style>