Shades of Pacific Blue #0BA1D8
Tints of Pacific Blue #0BA1D8
RGB
CMYK
RGB Variations
Color information
#0BA1D8 (or 0x0BA1D8) is known color: Pacific Blue. HEX triplet: 0B, A1 and D8. RGB value is (11,161,216). Sum of RGB (Red+Green+Blue) = 11+161+216=388 (51% of max value = 765). Red value is 11 (4.69% from 255 or 2.84% from 388); Green value is 161 (63.28% from 255 or 41.49% from 388); Blue value is 216 (84.77% from 255 or 55.67% from 388); Max value from RGB is 216 - color contains mainly: blue. Hex color #0BA1D8 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0BA1D8 is #F45E27. Grayscale: #7A7A7A. Windows color (decimal): -16014888 or 14197003. OLE color: 14197003.
HSL color Cylindrical-coordinate representation of color #0BA1D8: hue angle of 196.1º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BA1D8 is Cyan = 0.95, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 11 | 161 | 216 | - |
| CMYK | 0.95 | 0.25 | 0 | 0.15 |
| HSL | 196.1º | 0.9% | 0.45% | - |
| HSV(B) | 196.1º | 0.95% | 0.85% | - |
| XYZ | 25.28 | 30.52 | 69.52 | - |
| YUV | 122.42 | 180.81 | 48.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 161 | 216 | 0.95 | 0.25 | 0 | 0.15 | 196.1 | 0.9 | 0.45 |
| Hex | B | A1 | D8 | 5F | 19 | 0 | F | C4 | 5A | 2D |
| Octal | 13 | 241 | 330 | 137 | 31 | 0 | 17 | 304 | 132 | 55 |
| Binary | 1011 | 10100001 | 11011000 | 1011111 | 11001 | 0 | 1111 | 11000100 | 1011010 | 101101 |
Color Harmonies of #0BA1D8
Complementary color
Monochromatic Colors of #0BA1D8
Black with #0BA1D8
Text Example
Text Example
White with #0BA1D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BA1D8; }
p { color: rgb(11,161,216); }
H1.HeaderClassName
{
color: #0BA1D8;
}
.AnyTagClassName
{
color: #0BA1D8;
}
</style>
background-color css
<style>
a { background-color: #0BA1D8; }
a { background-color: rgb(11,161,216); }
div.DivClassName
{
background-color: #0BA1D8;
}
.BgClassName
{
background-color: #0BA1D8;
}
</style>
border-color css
<style>
span { border-color: #0BA1D8; }
span { border-color: rgb(11,161,216); }
td.TdClassName
{
border-color: #0BA1D8;
}
.TagClassName
{
border-color: #0BA1D8;
}
</style>