Shades of Pacific Blue #0B9FCD
Tints of Pacific Blue #0B9FCD
RGB
CMYK
RGB Variations
Color information
#0B9FCD (or 0x0B9FCD) is known color: Pacific Blue. HEX triplet: 0B, 9F and CD. RGB value is (11,159,205). Sum of RGB (Red+Green+Blue) = 11+159+205=375 (49% of max value = 765). Red value is 11 (4.69% from 255 or 2.93% from 375); Green value is 159 (62.5% from 255 or 42.4% from 375); Blue value is 205 (80.47% from 255 or 54.67% from 375); Max value from RGB is 205 - color contains mainly: blue. Hex color #0B9FCD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0B9FCD is #F46032. Grayscale: #777777. Windows color (decimal): -16015411 or 13475595. OLE color: 13475595.
HSL color Cylindrical-coordinate representation of color #0B9FCD: hue angle of 194.23º 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 #0B9FCD is Cyan = 0.95, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 11 | 159 | 205 | - |
| CMYK | 0.95 | 0.22 | 0 | 0.20 |
| HSL | 194.23º | 0.9% | 0.42% | - |
| HSV(B) | 194.23º | 0.95% | 0.8% | - |
| XYZ | 23.56 | 29.28 | 62.17 | - |
| YUV | 119.99 | 175.97 | 50.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 159 | 205 | 0.95 | 0.22 | 0 | 0.20 | 194.23 | 0.9 | 0.42 |
| Hex | B | 9F | CD | 5F | 16 | 0 | 14 | C2 | 5A | 2A |
| Octal | 13 | 237 | 315 | 137 | 26 | 0 | 24 | 302 | 132 | 52 |
| Binary | 1011 | 10011111 | 11001101 | 1011111 | 10110 | 0 | 10100 | 11000010 | 1011010 | 101010 |
Color Harmonies of #0B9FCD
Complementary color
Monochromatic Colors of #0B9FCD
Black with #0B9FCD
Text Example
Text Example
White with #0B9FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B9FCD; }
p { color: rgb(11,159,205); }
H1.HeaderClassName
{
color: #0B9FCD;
}
.AnyTagClassName
{
color: #0B9FCD;
}
</style>
background-color css
<style>
a { background-color: #0B9FCD; }
a { background-color: rgb(11,159,205); }
div.DivClassName
{
background-color: #0B9FCD;
}
.BgClassName
{
background-color: #0B9FCD;
}
</style>
border-color css
<style>
span { border-color: #0B9FCD; }
span { border-color: rgb(11,159,205); }
td.TdClassName
{
border-color: #0B9FCD;
}
.TagClassName
{
border-color: #0B9FCD;
}
</style>