Shades of Pacific Blue #0098BF
Tints of Pacific Blue #0098BF
RGB
CMYK
RGB Variations
Color information
#0098BF (or 0x0098BF) is known color: Pacific Blue. HEX triplet: 00, 98 and BF. RGB value is (0,152,191). Sum of RGB (Red+Green+Blue) = 0+152+191=343 (45% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 343); Green value is 152 (59.77% from 255 or 44.31% from 343); Blue value is 191 (75% from 255 or 55.69% from 343); Max value from RGB is 191 - color contains mainly: blue. Hex color #0098BF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0098BF is #FF6740. Grayscale: #6E6E6E. Windows color (decimal): -16738113 or 12556288. OLE color: 12556288.
HSL color Cylindrical-coordinate representation of color #0098BF: hue angle of 192.25º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0098BF is Cyan = 1, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 0 | 152 | 191 | - |
| CMYK | 1 | 0.20 | 0 | 0.25 |
| HSL | 192.25º | 1% | 0.37% | - |
| HSV(B) | 192.25º | 1% | 0.75% | - |
| XYZ | 20.63 | 26.22 | 53.26 | - |
| YUV | 111 | 173.14 | 48.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 152 | 191 | 1 | 0.20 | 0 | 0.25 | 192.25 | 1 | 0.37 |
| Hex | 0 | 98 | BF | 64 | 14 | 0 | 19 | C0 | 64 | 25 |
| Octal | 0 | 230 | 277 | 144 | 24 | 0 | 31 | 300 | 144 | 45 |
| Binary | 0 | 10011000 | 10111111 | 1100100 | 10100 | 0 | 11001 | 11000000 | 1100100 | 100101 |
Color Harmonies of #0098BF
Complementary color
Monochromatic Colors of #0098BF
Black with #0098BF
Text Example
Text Example
White with #0098BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0098BF; }
p { color: rgb(0,152,191); }
H1.HeaderClassName
{
color: #0098BF;
}
.AnyTagClassName
{
color: #0098BF;
}
</style>
background-color css
<style>
a { background-color: #0098BF; }
a { background-color: rgb(0,152,191); }
div.DivClassName
{
background-color: #0098BF;
}
.BgClassName
{
background-color: #0098BF;
}
</style>
border-color css
<style>
span { border-color: #0098BF; }
span { border-color: rgb(0,152,191); }
td.TdClassName
{
border-color: #0098BF;
}
.TagClassName
{
border-color: #0098BF;
}
</style>