Shades of Pacific Blue #0B96CC
Tints of Pacific Blue #0B96CC
RGB
CMYK
RGB Variations
Color information
#0B96CC (or 0x0B96CC) is known color: Pacific Blue. HEX triplet: 0B, 96 and CC. RGB value is (11,150,204). Sum of RGB (Red+Green+Blue) = 11+150+204=365 (48% of max value = 765). Red value is 11 (4.69% from 255 or 3.01% from 365); Green value is 150 (58.98% from 255 or 41.10% from 365); Blue value is 204 (80.08% from 255 or 55.89% from 365); Max value from RGB is 204 - color contains mainly: blue. Hex color #0B96CC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0B96CC is #F46933. Grayscale: #727272. Windows color (decimal): -16017716 or 13407755. OLE color: 13407755.
HSL color Cylindrical-coordinate representation of color #0B96CC: hue angle of 196.79º 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 #0B96CC is Cyan = 0.95, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 11 | 150 | 204 | - |
| CMYK | 0.95 | 0.26 | 0 | 0.2 |
| HSL | 196.79º | 0.9% | 0.42% | - |
| HSV(B) | 196.79º | 0.95% | 0.8% | - |
| XYZ | 21.94 | 26.24 | 61.04 | - |
| YUV | 114.6 | 178.45 | 54.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 150 | 204 | 0.95 | 0.26 | 0 | 0.2 | 196.79 | 0.9 | 0.42 |
| Hex | B | 96 | CC | 5F | 1A | 0 | 14 | C5 | 5A | 2A |
| Octal | 13 | 226 | 314 | 137 | 32 | 0 | 24 | 305 | 132 | 52 |
| Binary | 1011 | 10010110 | 11001100 | 1011111 | 11010 | 0 | 10100 | 11000101 | 1011010 | 101010 |
Color Harmonies of #0B96CC
Complementary color
Monochromatic Colors of #0B96CC
Black with #0B96CC
Text Example
Text Example
White with #0B96CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B96CC; }
p { color: rgb(11,150,204); }
H1.HeaderClassName
{
color: #0B96CC;
}
.AnyTagClassName
{
color: #0B96CC;
}
</style>
background-color css
<style>
a { background-color: #0B96CC; }
a { background-color: rgb(11,150,204); }
div.DivClassName
{
background-color: #0B96CC;
}
.BgClassName
{
background-color: #0B96CC;
}
</style>
border-color css
<style>
span { border-color: #0B96CC; }
span { border-color: rgb(11,150,204); }
td.TdClassName
{
border-color: #0B96CC;
}
.TagClassName
{
border-color: #0B96CC;
}
</style>