Shades of Pacific Blue #098DDB
Tints of Pacific Blue #098DDB
RGB
CMYK
RGB Variations
Color information
#098DDB (or 0x098DDB) is known color: Pacific Blue. HEX triplet: 09, 8D and DB. RGB value is (9,141,219). Sum of RGB (Red+Green+Blue) = 9+141+219=369 (48% of max value = 765). Red value is 9 (3.91% from 255 or 2.44% from 369); Green value is 141 (55.47% from 255 or 38.21% from 369); Blue value is 219 (85.94% from 255 or 59.35% from 369); Max value from RGB is 219 - color contains mainly: blue. Hex color #098DDB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #098DDB is #F67224. Grayscale: #6D6D6D. Windows color (decimal): -16151077 or 14388489. OLE color: 14388489.
HSL color Cylindrical-coordinate representation of color #098DDB: hue angle of 202.29º 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 #098DDB is Cyan = 0.96, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 9 | 141 | 219 | - |
| CMYK | 0.96 | 0.36 | 0 | 0.14 |
| HSL | 202.29º | 0.92% | 0.45% | - |
| HSV(B) | 202.29º | 0.96% | 0.86% | - |
| XYZ | 22.42 | 24.22 | 70.51 | - |
| YUV | 110.42 | 189.27 | 55.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 141 | 219 | 0.96 | 0.36 | 0 | 0.14 | 202.29 | 0.92 | 0.45 |
| Hex | 9 | 8D | DB | 60 | 24 | 0 | E | CA | 5C | 2D |
| Octal | 11 | 215 | 333 | 140 | 44 | 0 | 16 | 312 | 134 | 55 |
| Binary | 1001 | 10001101 | 11011011 | 1100000 | 100100 | 0 | 1110 | 11001010 | 1011100 | 101101 |
Color Harmonies of #098DDB
Complementary color
Monochromatic Colors of #098DDB
Black with #098DDB
Text Example
Text Example
White with #098DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #098DDB; }
p { color: rgb(9,141,219); }
H1.HeaderClassName
{
color: #098DDB;
}
.AnyTagClassName
{
color: #098DDB;
}
</style>
background-color css
<style>
a { background-color: #098DDB; }
a { background-color: rgb(9,141,219); }
div.DivClassName
{
background-color: #098DDB;
}
.BgClassName
{
background-color: #098DDB;
}
</style>
border-color css
<style>
span { border-color: #098DDB; }
span { border-color: rgb(9,141,219); }
td.TdClassName
{
border-color: #098DDB;
}
.TagClassName
{
border-color: #098DDB;
}
</style>