Shades of Pacific Blue #0B99BE
Tints of Pacific Blue #0B99BE
RGB
CMYK
RGB Variations
Color information
#0B99BE (or 0x0B99BE) is known color: Pacific Blue. HEX triplet: 0B, 99 and BE. RGB value is (11,153,190). Sum of RGB (Red+Green+Blue) = 11+153+190=354 (46% of max value = 765). Red value is 11 (4.69% from 255 or 3.11% from 354); Green value is 153 (60.16% from 255 or 43.22% from 354); Blue value is 190 (74.61% from 255 or 53.67% from 354); Max value from RGB is 190 - color contains mainly: blue. Hex color #0B99BE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0B99BE is #F46641. Grayscale: #727272. Windows color (decimal): -16016962 or 12491019. OLE color: 12491019.
HSL color Cylindrical-coordinate representation of color #0B99BE: hue angle of 192.4º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0B99BE is Cyan = 0.94, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 11 | 153 | 190 | - |
| CMYK | 0.94 | 0.19 | 0 | 0.25 |
| HSL | 192.4º | 0.89% | 0.39% | - |
| HSV(B) | 192.4º | 0.94% | 0.75% | - |
| XYZ | 20.82 | 26.57 | 52.75 | - |
| YUV | 114.76 | 170.46 | 53.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 153 | 190 | 0.94 | 0.19 | 0 | 0.25 | 192.4 | 0.89 | 0.39 |
| Hex | B | 99 | BE | 5E | 13 | 0 | 19 | C0 | 59 | 27 |
| Octal | 13 | 231 | 276 | 136 | 23 | 0 | 31 | 300 | 131 | 47 |
| Binary | 1011 | 10011001 | 10111110 | 1011110 | 10011 | 0 | 11001 | 11000000 | 1011001 | 100111 |
Color Harmonies of #0B99BE
Complementary color
Monochromatic Colors of #0B99BE
Black with #0B99BE
Text Example
Text Example
White with #0B99BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B99BE; }
p { color: rgb(11,153,190); }
H1.HeaderClassName
{
color: #0B99BE;
}
.AnyTagClassName
{
color: #0B99BE;
}
</style>
background-color css
<style>
a { background-color: #0B99BE; }
a { background-color: rgb(11,153,190); }
div.DivClassName
{
background-color: #0B99BE;
}
.BgClassName
{
background-color: #0B99BE;
}
</style>
border-color css
<style>
span { border-color: #0B99BE; }
span { border-color: rgb(11,153,190); }
td.TdClassName
{
border-color: #0B99BE;
}
.TagClassName
{
border-color: #0B99BE;
}
</style>