Shades of Pacific Blue #0B9ED7
Tints of Pacific Blue #0B9ED7
RGB
CMYK
RGB Variations
Color information
#0B9ED7 (or 0x0B9ED7) is known color: Pacific Blue. HEX triplet: 0B, 9E and D7. RGB value is (11,158,215). Sum of RGB (Red+Green+Blue) = 11+158+215=384 (50% of max value = 765). Red value is 11 (4.69% from 255 or 2.86% from 384); Green value is 158 (62.11% from 255 or 41.15% from 384); Blue value is 215 (84.38% from 255 or 55.99% from 384); Max value from RGB is 215 - color contains mainly: blue. Hex color #0B9ED7 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0B9ED7 is #F46128. Grayscale: #787878. Windows color (decimal): -16015657 or 14130699. OLE color: 14130699.
HSL color Cylindrical-coordinate representation of color #0B9ED7: hue angle of 196.76º degrees, saturation: 0.9, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0B9ED7 is Cyan = 0.95, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 11 | 158 | 215 | - |
| CMYK | 0.95 | 0.27 | 0 | 0.16 |
| HSL | 196.76º | 0.9% | 0.44% | - |
| HSV(B) | 196.76º | 0.95% | 0.84% | - |
| XYZ | 24.63 | 29.43 | 68.67 | - |
| YUV | 120.55 | 181.3 | 49.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 158 | 215 | 0.95 | 0.27 | 0 | 0.16 | 196.76 | 0.9 | 0.44 |
| Hex | B | 9E | D7 | 5F | 1B | 0 | 10 | C5 | 5A | 2C |
| Octal | 13 | 236 | 327 | 137 | 33 | 0 | 20 | 305 | 132 | 54 |
| Binary | 1011 | 10011110 | 11010111 | 1011111 | 11011 | 0 | 10000 | 11000101 | 1011010 | 101100 |
Color Harmonies of #0B9ED7
Complementary color
Monochromatic Colors of #0B9ED7
Black with #0B9ED7
Text Example
Text Example
White with #0B9ED7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B9ED7; }
p { color: rgb(11,158,215); }
H1.HeaderClassName
{
color: #0B9ED7;
}
.AnyTagClassName
{
color: #0B9ED7;
}
</style>
background-color css
<style>
a { background-color: #0B9ED7; }
a { background-color: rgb(11,158,215); }
div.DivClassName
{
background-color: #0B9ED7;
}
.BgClassName
{
background-color: #0B9ED7;
}
</style>
border-color css
<style>
span { border-color: #0B9ED7; }
span { border-color: rgb(11,158,215); }
td.TdClassName
{
border-color: #0B9ED7;
}
.TagClassName
{
border-color: #0B9ED7;
}
</style>