Shades of Pacific Blue #0098DC
Tints of Pacific Blue #0098DC
RGB
CMYK
RGB Variations
Color information
#0098DC (or 0x0098DC) is known color: Pacific Blue. HEX triplet: 00, 98 and DC. RGB value is (0,152,220). Sum of RGB (Red+Green+Blue) = 0+152+220=372 (49% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 372); Green value is 152 (59.77% from 255 or 40.86% from 372); Blue value is 220 (86.33% from 255 or 59.14% from 372); Max value from RGB is 220 - color contains mainly: blue. Hex color #0098DC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0098DC is #FF6723. Grayscale: #717171. Windows color (decimal): -16738084 or 14456832. OLE color: 14456832.
HSL color Cylindrical-coordinate representation of color #0098DC: hue angle of 198.55º 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 #0098DC is Cyan = 1, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 0 | 152 | 220 | - |
| CMYK | 1 | 0.31 | 0 | 0.14 |
| HSL | 198.55º | 1% | 0.43% | - |
| HSV(B) | 198.55º | 1% | 0.86% | - |
| XYZ | 24.15 | 27.62 | 71.77 | - |
| YUV | 114.3 | 187.64 | 46.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 152 | 220 | 1 | 0.31 | 0 | 0.14 | 198.55 | 1 | 0.43 |
| Hex | 0 | 98 | DC | 64 | 1F | 0 | E | C7 | 64 | 2B |
| Octal | 0 | 230 | 334 | 144 | 37 | 0 | 16 | 307 | 144 | 53 |
| Binary | 0 | 10011000 | 11011100 | 1100100 | 11111 | 0 | 1110 | 11000111 | 1100100 | 101011 |
Color Harmonies of #0098DC
Complementary color
Monochromatic Colors of #0098DC
Black with #0098DC
Text Example
Text Example
White with #0098DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0098DC; }
p { color: rgb(0,152,220); }
H1.HeaderClassName
{
color: #0098DC;
}
.AnyTagClassName
{
color: #0098DC;
}
</style>
background-color css
<style>
a { background-color: #0098DC; }
a { background-color: rgb(0,152,220); }
div.DivClassName
{
background-color: #0098DC;
}
.BgClassName
{
background-color: #0098DC;
}
</style>
border-color css
<style>
span { border-color: #0098DC; }
span { border-color: rgb(0,152,220); }
td.TdClassName
{
border-color: #0098DC;
}
.TagClassName
{
border-color: #0098DC;
}
</style>