Shades of Pacific Blue #0B99DF
Tints of Pacific Blue #0B99DF
RGB
CMYK
RGB Variations
Color information
#0B99DF (or 0x0B99DF) is known color: Pacific Blue. HEX triplet: 0B, 99 and DF. RGB value is (11,153,223). Sum of RGB (Red+Green+Blue) = 11+153+223=387 (51% of max value = 765). Red value is 11 (4.69% from 255 or 2.84% from 387); Green value is 153 (60.16% from 255 or 39.53% from 387); Blue value is 223 (87.5% from 255 or 57.62% from 387); Max value from RGB is 223 - color contains mainly: blue. Hex color #0B99DF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0B99DF is #F46620. Grayscale: #767676. Windows color (decimal): -16016929 or 14653707. OLE color: 14653707.
HSL color Cylindrical-coordinate representation of color #0B99DF: hue angle of 199.81º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0B99DF is Cyan = 0.95, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 11 | 153 | 223 | - |
| CMYK | 0.95 | 0.31 | 0 | 0.13 |
| HSL | 199.81º | 0.91% | 0.46% | - |
| HSV(B) | 199.81º | 0.95% | 0.87% | - |
| XYZ | 24.85 | 28.18 | 73.94 | - |
| YUV | 118.52 | 186.96 | 51.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 153 | 223 | 0.95 | 0.31 | 0 | 0.13 | 199.81 | 0.91 | 0.46 |
| Hex | B | 99 | DF | 5F | 1F | 0 | D | C8 | 5B | 2E |
| Octal | 13 | 231 | 337 | 137 | 37 | 0 | 15 | 310 | 133 | 56 |
| Binary | 1011 | 10011001 | 11011111 | 1011111 | 11111 | 0 | 1101 | 11001000 | 1011011 | 101110 |
Color Harmonies of #0B99DF
Complementary color
Monochromatic Colors of #0B99DF
Black with #0B99DF
Text Example
Text Example
White with #0B99DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B99DF; }
p { color: rgb(11,153,223); }
H1.HeaderClassName
{
color: #0B99DF;
}
.AnyTagClassName
{
color: #0B99DF;
}
</style>
background-color css
<style>
a { background-color: #0B99DF; }
a { background-color: rgb(11,153,223); }
div.DivClassName
{
background-color: #0B99DF;
}
.BgClassName
{
background-color: #0B99DF;
}
</style>
border-color css
<style>
span { border-color: #0B99DF; }
span { border-color: rgb(11,153,223); }
td.TdClassName
{
border-color: #0B99DF;
}
.TagClassName
{
border-color: #0B99DF;
}
</style>