Shades of Pacific Blue #098DDF
Tints of Pacific Blue #098DDF
RGB
CMYK
RGB Variations
Color information
#098DDF (or 0x098DDF) is known color: Pacific Blue. HEX triplet: 09, 8D and DF. RGB value is (9,141,223). Sum of RGB (Red+Green+Blue) = 9+141+223=373 (49% of max value = 765). Red value is 9 (3.91% from 255 or 2.41% from 373); Green value is 141 (55.47% from 255 or 37.80% from 373); Blue value is 223 (87.5% from 255 or 59.79% from 373); Max value from RGB is 223 - color contains mainly: blue. Hex color #098DDF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #098DDF is #F67220. Grayscale: #6E6E6E. Windows color (decimal): -16151073 or 14650633. OLE color: 14650633.
HSL color Cylindrical-coordinate representation of color #098DDF: hue angle of 202.99º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #098DDF is Cyan = 0.96, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 9 | 141 | 223 | - |
| CMYK | 0.96 | 0.37 | 0 | 0.13 |
| HSL | 202.99º | 0.92% | 0.45% | - |
| HSV(B) | 202.99º | 0.96% | 0.87% | - |
| XYZ | 22.96 | 24.44 | 73.32 | - |
| YUV | 110.88 | 191.27 | 55.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 141 | 223 | 0.96 | 0.37 | 0 | 0.13 | 202.99 | 0.92 | 0.45 |
| Hex | 9 | 8D | DF | 60 | 25 | 0 | D | CB | 5C | 2D |
| Octal | 11 | 215 | 337 | 140 | 45 | 0 | 15 | 313 | 134 | 55 |
| Binary | 1001 | 10001101 | 11011111 | 1100000 | 100101 | 0 | 1101 | 11001011 | 1011100 | 101101 |
Color Harmonies of #098DDF
Complementary color
Monochromatic Colors of #098DDF
Black with #098DDF
Text Example
Text Example
White with #098DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #098DDF; }
p { color: rgb(9,141,223); }
H1.HeaderClassName
{
color: #098DDF;
}
.AnyTagClassName
{
color: #098DDF;
}
</style>
background-color css
<style>
a { background-color: #098DDF; }
a { background-color: rgb(9,141,223); }
div.DivClassName
{
background-color: #098DDF;
}
.BgClassName
{
background-color: #098DDF;
}
</style>
border-color css
<style>
span { border-color: #098DDF; }
span { border-color: rgb(9,141,223); }
td.TdClassName
{
border-color: #098DDF;
}
.TagClassName
{
border-color: #098DDF;
}
</style>