Shades of Pacific Blue #0B99DA
Tints of Pacific Blue #0B99DA
RGB
CMYK
RGB Variations
Color information
#0B99DA (or 0x0B99DA) is known color: Pacific Blue. HEX triplet: 0B, 99 and DA. RGB value is (11,153,218). Sum of RGB (Red+Green+Blue) = 11+153+218=382 (50% of max value = 765). Red value is 11 (4.69% from 255 or 2.88% from 382); Green value is 153 (60.16% from 255 or 40.05% from 382); Blue value is 218 (85.55% from 255 or 57.07% from 382); Max value from RGB is 218 - color contains mainly: blue. Hex color #0B99DA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0B99DA is #F46625. Grayscale: #757575. Windows color (decimal): -16016934 or 14326027. OLE color: 14326027.
HSL color Cylindrical-coordinate representation of color #0B99DA: hue angle of 198.84º 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 #0B99DA is Cyan = 0.95, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 11 | 153 | 218 | - |
| CMYK | 0.95 | 0.30 | 0 | 0.15 |
| HSL | 198.84º | 0.9% | 0.45% | - |
| HSV(B) | 198.84º | 0.95% | 0.85% | - |
| XYZ | 24.18 | 27.92 | 70.44 | - |
| YUV | 117.95 | 184.46 | 51.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 153 | 218 | 0.95 | 0.30 | 0 | 0.15 | 198.84 | 0.9 | 0.45 |
| Hex | B | 99 | DA | 5F | 1E | 0 | F | C7 | 5A | 2D |
| Octal | 13 | 231 | 332 | 137 | 36 | 0 | 17 | 307 | 132 | 55 |
| Binary | 1011 | 10011001 | 11011010 | 1011111 | 11110 | 0 | 1111 | 11000111 | 1011010 | 101101 |
Color Harmonies of #0B99DA
Complementary color
Monochromatic Colors of #0B99DA
Black with #0B99DA
Text Example
Text Example
White with #0B99DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B99DA; }
p { color: rgb(11,153,218); }
H1.HeaderClassName
{
color: #0B99DA;
}
.AnyTagClassName
{
color: #0B99DA;
}
</style>
background-color css
<style>
a { background-color: #0B99DA; }
a { background-color: rgb(11,153,218); }
div.DivClassName
{
background-color: #0B99DA;
}
.BgClassName
{
background-color: #0B99DA;
}
</style>
border-color css
<style>
span { border-color: #0B99DA; }
span { border-color: rgb(11,153,218); }
td.TdClassName
{
border-color: #0B99DA;
}
.TagClassName
{
border-color: #0B99DA;
}
</style>