Shades of Pacific Blue #0B98DF
Tints of Pacific Blue #0B98DF
RGB
CMYK
RGB Variations
Color information
#0B98DF (or 0x0B98DF) is known color: Pacific Blue. HEX triplet: 0B, 98 and DF. RGB value is (11,152,223). Sum of RGB (Red+Green+Blue) = 11+152+223=386 (51% of max value = 765). Red value is 11 (4.69% from 255 or 2.85% from 386); Green value is 152 (59.77% from 255 or 39.38% from 386); Blue value is 223 (87.5% from 255 or 57.77% from 386); Max value from RGB is 223 - color contains mainly: blue. Hex color #0B98DF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0B98DF is #F46720. Grayscale: #757575. Windows color (decimal): -16017185 or 14653451. OLE color: 14653451.
HSL color Cylindrical-coordinate representation of color #0B98DF: hue angle of 200.09º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0B98DF is Cyan = 0.95, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 11 | 152 | 223 | - |
| CMYK | 0.95 | 0.32 | 0 | 0.13 |
| HSL | 200.09º | 0.91% | 0.46% | - |
| HSV(B) | 200.09º | 0.95% | 0.87% | - |
| XYZ | 24.69 | 27.86 | 73.89 | - |
| YUV | 117.94 | 187.29 | 51.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 152 | 223 | 0.95 | 0.32 | 0 | 0.13 | 200.09 | 0.91 | 0.46 |
| Hex | B | 98 | DF | 5F | 20 | 0 | D | C8 | 5B | 2E |
| Octal | 13 | 230 | 337 | 137 | 40 | 0 | 15 | 310 | 133 | 56 |
| Binary | 1011 | 10011000 | 11011111 | 1011111 | 100000 | 0 | 1101 | 11001000 | 1011011 | 101110 |
Color Harmonies of #0B98DF
Complementary color
Monochromatic Colors of #0B98DF
Black with #0B98DF
Text Example
Text Example
White with #0B98DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B98DF; }
p { color: rgb(11,152,223); }
H1.HeaderClassName
{
color: #0B98DF;
}
.AnyTagClassName
{
color: #0B98DF;
}
</style>
background-color css
<style>
a { background-color: #0B98DF; }
a { background-color: rgb(11,152,223); }
div.DivClassName
{
background-color: #0B98DF;
}
.BgClassName
{
background-color: #0B98DF;
}
</style>
border-color css
<style>
span { border-color: #0B98DF; }
span { border-color: rgb(11,152,223); }
td.TdClassName
{
border-color: #0B98DF;
}
.TagClassName
{
border-color: #0B98DF;
}
</style>