Shades of Pacific Blue #0998D0
Tints of Pacific Blue #0998D0
RGB
CMYK
RGB Variations
Color information
#0998D0 (or 0x0998D0) is known color: Pacific Blue. HEX triplet: 09, 98 and D0. RGB value is (9,152,208). Sum of RGB (Red+Green+Blue) = 9+152+208=369 (48% of max value = 765). Red value is 9 (3.91% from 255 or 2.44% from 369); Green value is 152 (59.77% from 255 or 41.19% from 369); Blue value is 208 (81.64% from 255 or 56.37% from 369); Max value from RGB is 208 - color contains mainly: blue. Hex color #0998D0 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0998D0 is #F6672F. Grayscale: #737373. Windows color (decimal): -16148272 or 13670409. OLE color: 13670409.
HSL color Cylindrical-coordinate representation of color #0998D0: hue angle of 196.88º degrees, saturation: 0.92, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0998D0 is Cyan = 0.96, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 9 | 152 | 208 | - |
| CMYK | 0.96 | 0.27 | 0 | 0.18 |
| HSL | 196.88º | 0.92% | 0.43% | - |
| HSV(B) | 196.88º | 0.96% | 0.82% | - |
| XYZ | 22.73 | 27.07 | 63.7 | - |
| YUV | 115.63 | 180.12 | 51.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 152 | 208 | 0.96 | 0.27 | 0 | 0.18 | 196.88 | 0.92 | 0.43 |
| Hex | 9 | 98 | D0 | 60 | 1B | 0 | 12 | C5 | 5C | 2B |
| Octal | 11 | 230 | 320 | 140 | 33 | 0 | 22 | 305 | 134 | 53 |
| Binary | 1001 | 10011000 | 11010000 | 1100000 | 11011 | 0 | 10010 | 11000101 | 1011100 | 101011 |
Color Harmonies of #0998D0
Complementary color
Monochromatic Colors of #0998D0
Black with #0998D0
Text Example
Text Example
White with #0998D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0998D0; }
p { color: rgb(9,152,208); }
H1.HeaderClassName
{
color: #0998D0;
}
.AnyTagClassName
{
color: #0998D0;
}
</style>
background-color css
<style>
a { background-color: #0998D0; }
a { background-color: rgb(9,152,208); }
div.DivClassName
{
background-color: #0998D0;
}
.BgClassName
{
background-color: #0998D0;
}
</style>
border-color css
<style>
span { border-color: #0998D0; }
span { border-color: rgb(9,152,208); }
td.TdClassName
{
border-color: #0998D0;
}
.TagClassName
{
border-color: #0998D0;
}
</style>