Shades of Pacific Blue #0B9ADD
Tints of Pacific Blue #0B9ADD
RGB
CMYK
RGB Variations
Color information
#0B9ADD (or 0x0B9ADD) is known color: Pacific Blue. HEX triplet: 0B, 9A and DD. RGB value is (11,154,221). Sum of RGB (Red+Green+Blue) = 11+154+221=386 (51% of max value = 765). Red value is 11 (4.69% from 255 or 2.85% from 386); Green value is 154 (60.55% from 255 or 39.90% from 386); Blue value is 221 (86.72% from 255 or 57.25% from 386); Max value from RGB is 221 - color contains mainly: blue. Hex color #0B9ADD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0B9ADD is #F46522. Grayscale: #767676. Windows color (decimal): -16016675 or 14522891. OLE color: 14522891.
HSL color Cylindrical-coordinate representation of color #0B9ADD: hue angle of 199.14º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0B9ADD is Cyan = 0.95, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 11 | 154 | 221 | - |
| CMYK | 0.95 | 0.30 | 0 | 0.13 |
| HSL | 199.14º | 0.91% | 0.45% | - |
| HSV(B) | 199.14º | 0.95% | 0.87% | - |
| XYZ | 24.74 | 28.4 | 72.58 | - |
| YUV | 118.88 | 185.62 | 51.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 154 | 221 | 0.95 | 0.30 | 0 | 0.13 | 199.14 | 0.91 | 0.45 |
| Hex | B | 9A | DD | 5F | 1E | 0 | D | C7 | 5B | 2D |
| Octal | 13 | 232 | 335 | 137 | 36 | 0 | 15 | 307 | 133 | 55 |
| Binary | 1011 | 10011010 | 11011101 | 1011111 | 11110 | 0 | 1101 | 11000111 | 1011011 | 101101 |
Color Harmonies of #0B9ADD
Complementary color
Monochromatic Colors of #0B9ADD
Black with #0B9ADD
Text Example
Text Example
White with #0B9ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B9ADD; }
p { color: rgb(11,154,221); }
H1.HeaderClassName
{
color: #0B9ADD;
}
.AnyTagClassName
{
color: #0B9ADD;
}
</style>
background-color css
<style>
a { background-color: #0B9ADD; }
a { background-color: rgb(11,154,221); }
div.DivClassName
{
background-color: #0B9ADD;
}
.BgClassName
{
background-color: #0B9ADD;
}
</style>
border-color css
<style>
span { border-color: #0B9ADD; }
span { border-color: rgb(11,154,221); }
td.TdClassName
{
border-color: #0B9ADD;
}
.TagClassName
{
border-color: #0B9ADD;
}
</style>