Shades of Pacific Blue #0B9BCD
Tints of Pacific Blue #0B9BCD
RGB
CMYK
RGB Variations
Color information
#0B9BCD (or 0x0B9BCD) is known color: Pacific Blue. HEX triplet: 0B, 9B and CD. RGB value is (11,155,205). Sum of RGB (Red+Green+Blue) = 11+155+205=371 (49% of max value = 765). Red value is 11 (4.69% from 255 or 2.96% from 371); Green value is 155 (60.94% from 255 or 41.78% from 371); Blue value is 205 (80.47% from 255 or 55.26% from 371); Max value from RGB is 205 - color contains mainly: blue. Hex color #0B9BCD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0B9BCD is #F46432. Grayscale: #757575. Windows color (decimal): -16016435 or 13474571. OLE color: 13474571.
HSL color Cylindrical-coordinate representation of color #0B9BCD: hue angle of 195.46º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0B9BCD is Cyan = 0.95, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 11 | 155 | 205 | - |
| CMYK | 0.95 | 0.24 | 0 | 0.20 |
| HSL | 195.46º | 0.9% | 0.42% | - |
| HSV(B) | 195.46º | 0.95% | 0.8% | - |
| XYZ | 22.88 | 27.92 | 61.94 | - |
| YUV | 117.64 | 177.29 | 51.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 155 | 205 | 0.95 | 0.24 | 0 | 0.20 | 195.46 | 0.9 | 0.42 |
| Hex | B | 9B | CD | 5F | 18 | 0 | 14 | C3 | 5A | 2A |
| Octal | 13 | 233 | 315 | 137 | 30 | 0 | 24 | 303 | 132 | 52 |
| Binary | 1011 | 10011011 | 11001101 | 1011111 | 11000 | 0 | 10100 | 11000011 | 1011010 | 101010 |
Color Harmonies of #0B9BCD
Complementary color
Monochromatic Colors of #0B9BCD
Black with #0B9BCD
Text Example
Text Example
White with #0B9BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B9BCD; }
p { color: rgb(11,155,205); }
H1.HeaderClassName
{
color: #0B9BCD;
}
.AnyTagClassName
{
color: #0B9BCD;
}
</style>
background-color css
<style>
a { background-color: #0B9BCD; }
a { background-color: rgb(11,155,205); }
div.DivClassName
{
background-color: #0B9BCD;
}
.BgClassName
{
background-color: #0B9BCD;
}
</style>
border-color css
<style>
span { border-color: #0B9BCD; }
span { border-color: rgb(11,155,205); }
td.TdClassName
{
border-color: #0B9BCD;
}
.TagClassName
{
border-color: #0B9BCD;
}
</style>