Shades of Pacific Blue #0998DB
Tints of Pacific Blue #0998DB
RGB
CMYK
RGB Variations
Color information
#0998DB (or 0x0998DB) is known color: Pacific Blue. HEX triplet: 09, 98 and DB. RGB value is (9,152,219). Sum of RGB (Red+Green+Blue) = 9+152+219=380 (50% of max value = 765). Red value is 9 (3.91% from 255 or 2.37% from 380); Green value is 152 (59.77% from 255 or 40% from 380); Blue value is 219 (85.94% from 255 or 57.63% from 380); Max value from RGB is 219 - color contains mainly: blue. Hex color #0998DB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0998DB is #F66724. Grayscale: #747474. Windows color (decimal): -16148261 or 14391305. OLE color: 14391305.
HSL color Cylindrical-coordinate representation of color #0998DB: hue angle of 199.14º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0998DB is Cyan = 0.96, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 9 | 152 | 219 | - |
| CMYK | 0.96 | 0.31 | 0 | 0.14 |
| HSL | 199.14º | 0.92% | 0.45% | - |
| HSV(B) | 199.14º | 0.96% | 0.86% | - |
| XYZ | 24.13 | 27.63 | 71.08 | - |
| YUV | 116.88 | 185.62 | 51.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 152 | 219 | 0.96 | 0.31 | 0 | 0.14 | 199.14 | 0.92 | 0.45 |
| Hex | 9 | 98 | DB | 60 | 1F | 0 | E | C7 | 5C | 2D |
| Octal | 11 | 230 | 333 | 140 | 37 | 0 | 16 | 307 | 134 | 55 |
| Binary | 1001 | 10011000 | 11011011 | 1100000 | 11111 | 0 | 1110 | 11000111 | 1011100 | 101101 |
Color Harmonies of #0998DB
Complementary color
Monochromatic Colors of #0998DB
Black with #0998DB
Text Example
Text Example
White with #0998DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0998DB; }
p { color: rgb(9,152,219); }
H1.HeaderClassName
{
color: #0998DB;
}
.AnyTagClassName
{
color: #0998DB;
}
</style>
background-color css
<style>
a { background-color: #0998DB; }
a { background-color: rgb(9,152,219); }
div.DivClassName
{
background-color: #0998DB;
}
.BgClassName
{
background-color: #0998DB;
}
</style>
border-color css
<style>
span { border-color: #0998DB; }
span { border-color: rgb(9,152,219); }
td.TdClassName
{
border-color: #0998DB;
}
.TagClassName
{
border-color: #0998DB;
}
</style>