Shades of Pacific Blue #098FDB
Tints of Pacific Blue #098FDB
RGB
CMYK
RGB Variations
Color information
#098FDB (or 0x098FDB) is known color: Pacific Blue. HEX triplet: 09, 8F and DB. RGB value is (9,143,219). Sum of RGB (Red+Green+Blue) = 9+143+219=371 (49% of max value = 765). Red value is 9 (3.91% from 255 or 2.43% from 371); Green value is 143 (56.25% from 255 or 38.54% 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 #098FDB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #098FDB is #F67024. Grayscale: #6F6F6F. Windows color (decimal): -16150565 or 14389001. OLE color: 14389001.
HSL color Cylindrical-coordinate representation of color #098FDB: hue angle of 201.71º 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 #098FDB is Cyan = 0.96, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 9 | 143 | 219 | - |
| CMYK | 0.96 | 0.35 | 0 | 0.14 |
| HSL | 201.71º | 0.92% | 0.45% | - |
| HSV(B) | 201.71º | 0.96% | 0.86% | - |
| XYZ | 22.72 | 24.82 | 70.61 | - |
| YUV | 111.6 | 188.61 | 54.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 143 | 219 | 0.96 | 0.35 | 0 | 0.14 | 201.71 | 0.92 | 0.45 |
| Hex | 9 | 8F | DB | 60 | 23 | 0 | E | CA | 5C | 2D |
| Octal | 11 | 217 | 333 | 140 | 43 | 0 | 16 | 312 | 134 | 55 |
| Binary | 1001 | 10001111 | 11011011 | 1100000 | 100011 | 0 | 1110 | 11001010 | 1011100 | 101101 |
Color Harmonies of #098FDB
Complementary color
Monochromatic Colors of #098FDB
Black with #098FDB
Text Example
Text Example
White with #098FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #098FDB; }
p { color: rgb(9,143,219); }
H1.HeaderClassName
{
color: #098FDB;
}
.AnyTagClassName
{
color: #098FDB;
}
</style>
background-color css
<style>
a { background-color: #098FDB; }
a { background-color: rgb(9,143,219); }
div.DivClassName
{
background-color: #098FDB;
}
.BgClassName
{
background-color: #098FDB;
}
</style>
border-color css
<style>
span { border-color: #098FDB; }
span { border-color: rgb(9,143,219); }
td.TdClassName
{
border-color: #098FDB;
}
.TagClassName
{
border-color: #098FDB;
}
</style>