Shades of Pacific Blue #0098DB
Tints of Pacific Blue #0098DB
RGB
CMYK
RGB Variations
Color information
#0098DB (or 0x0098DB) is known color: Pacific Blue. HEX triplet: 00, 98 and DB. RGB value is (0,152,219). Sum of RGB (Red+Green+Blue) = 0+152+219=371 (49% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 371); Green value is 152 (59.77% from 255 or 40.97% from 371); Blue value is 219 (85.94% from 255 or 59.03% from 371); Max value from RGB is 219 - color contains mainly: blue. Hex color #0098DB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0098DB is #FF6724. Grayscale: #717171. Windows color (decimal): -16738085 or 14391296. OLE color: 14391296.
HSL color Cylindrical-coordinate representation of color #0098DB: hue angle of 198.36º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0098DB is Cyan = 1, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 0 | 152 | 219 | - |
| CMYK | 1 | 0.31 | 0 | 0.14 |
| HSL | 198.36º | 1% | 0.43% | - |
| HSV(B) | 198.36º | 1% | 0.86% | - |
| XYZ | 24.01 | 27.57 | 71.07 | - |
| YUV | 114.19 | 187.14 | 46.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 152 | 219 | 1 | 0.31 | 0 | 0.14 | 198.36 | 1 | 0.43 |
| Hex | 0 | 98 | DB | 64 | 1F | 0 | E | C6 | 64 | 2B |
| Octal | 0 | 230 | 333 | 144 | 37 | 0 | 16 | 306 | 144 | 53 |
| Binary | 0 | 10011000 | 11011011 | 1100100 | 11111 | 0 | 1110 | 11000110 | 1100100 | 101011 |
Color Harmonies of #0098DB
Complementary color
Monochromatic Colors of #0098DB
Black with #0098DB
Text Example
Text Example
White with #0098DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0098DB; }
p { color: rgb(0,152,219); }
H1.HeaderClassName
{
color: #0098DB;
}
.AnyTagClassName
{
color: #0098DB;
}
</style>
background-color css
<style>
a { background-color: #0098DB; }
a { background-color: rgb(0,152,219); }
div.DivClassName
{
background-color: #0098DB;
}
.BgClassName
{
background-color: #0098DB;
}
</style>
border-color css
<style>
span { border-color: #0098DB; }
span { border-color: rgb(0,152,219); }
td.TdClassName
{
border-color: #0098DB;
}
.TagClassName
{
border-color: #0098DB;
}
</style>