Shades of Pacific Blue #098DDD
Tints of Pacific Blue #098DDD
RGB
CMYK
RGB Variations
Color information
#098DDD (or 0x098DDD) is known color: Pacific Blue. HEX triplet: 09, 8D and DD. RGB value is (9,141,221). Sum of RGB (Red+Green+Blue) = 9+141+221=371 (49% of max value = 765). Red value is 9 (3.91% from 255 or 2.43% from 371); Green value is 141 (55.47% from 255 or 38.01% from 371); Blue value is 221 (86.72% from 255 or 59.57% from 371); Max value from RGB is 221 - color contains mainly: blue. Hex color #098DDD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #098DDD is #F67222. Grayscale: #6E6E6E. Windows color (decimal): -16151075 or 14519561. OLE color: 14519561.
HSL color Cylindrical-coordinate representation of color #098DDD: hue angle of 202.64º 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 #098DDD is Cyan = 0.96, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 9 | 141 | 221 | - |
| CMYK | 0.96 | 0.36 | 0 | 0.13 |
| HSL | 202.64º | 0.92% | 0.45% | - |
| HSV(B) | 202.64º | 0.96% | 0.87% | - |
| XYZ | 22.69 | 24.33 | 71.91 | - |
| YUV | 110.65 | 190.27 | 55.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 141 | 221 | 0.96 | 0.36 | 0 | 0.13 | 202.64 | 0.92 | 0.45 |
| Hex | 9 | 8D | DD | 60 | 24 | 0 | D | CB | 5C | 2D |
| Octal | 11 | 215 | 335 | 140 | 44 | 0 | 15 | 313 | 134 | 55 |
| Binary | 1001 | 10001101 | 11011101 | 1100000 | 100100 | 0 | 1101 | 11001011 | 1011100 | 101101 |
Color Harmonies of #098DDD
Complementary color
Monochromatic Colors of #098DDD
Black with #098DDD
Text Example
Text Example
White with #098DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #098DDD; }
p { color: rgb(9,141,221); }
H1.HeaderClassName
{
color: #098DDD;
}
.AnyTagClassName
{
color: #098DDD;
}
</style>
background-color css
<style>
a { background-color: #098DDD; }
a { background-color: rgb(9,141,221); }
div.DivClassName
{
background-color: #098DDD;
}
.BgClassName
{
background-color: #098DDD;
}
</style>
border-color css
<style>
span { border-color: #098DDD; }
span { border-color: rgb(9,141,221); }
td.TdClassName
{
border-color: #098DDD;
}
.TagClassName
{
border-color: #098DDD;
}
</style>