Shades of Pacific Blue #098DCC
Tints of Pacific Blue #098DCC
RGB
CMYK
RGB Variations
Color information
#098DCC (or 0x098DCC) is known color: Pacific Blue. HEX triplet: 09, 8D and CC. RGB value is (9,141,204). Sum of RGB (Red+Green+Blue) = 9+141+204=354 (46% of max value = 765). Red value is 9 (3.91% from 255 or 2.54% from 354); Green value is 141 (55.47% from 255 or 39.83% from 354); Blue value is 204 (80.08% from 255 or 57.63% from 354); Max value from RGB is 204 - color contains mainly: blue. Hex color #098DCC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #098DCC is #F67233. Grayscale: #6C6C6C. Windows color (decimal): -16151092 or 13405449. OLE color: 13405449.
HSL color Cylindrical-coordinate representation of color #098DCC: hue angle of 199.38º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #098DCC is Cyan = 0.96, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 9 | 141 | 204 | - |
| CMYK | 0.96 | 0.31 | 0 | 0.2 |
| HSL | 199.38º | 0.92% | 0.42% | - |
| HSV(B) | 199.38º | 0.96% | 0.8% | - |
| XYZ | 20.54 | 23.47 | 60.57 | - |
| YUV | 108.71 | 181.77 | 56.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 141 | 204 | 0.96 | 0.31 | 0 | 0.2 | 199.38 | 0.92 | 0.42 |
| Hex | 9 | 8D | CC | 60 | 1F | 0 | 14 | C7 | 5C | 2A |
| Octal | 11 | 215 | 314 | 140 | 37 | 0 | 24 | 307 | 134 | 52 |
| Binary | 1001 | 10001101 | 11001100 | 1100000 | 11111 | 0 | 10100 | 11000111 | 1011100 | 101010 |
Color Harmonies of #098DCC
Complementary color
Monochromatic Colors of #098DCC
Black with #098DCC
Text Example
Text Example
White with #098DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #098DCC; }
p { color: rgb(9,141,204); }
H1.HeaderClassName
{
color: #098DCC;
}
.AnyTagClassName
{
color: #098DCC;
}
</style>
background-color css
<style>
a { background-color: #098DCC; }
a { background-color: rgb(9,141,204); }
div.DivClassName
{
background-color: #098DCC;
}
.BgClassName
{
background-color: #098DCC;
}
</style>
border-color css
<style>
span { border-color: #098DCC; }
span { border-color: rgb(9,141,204); }
td.TdClassName
{
border-color: #098DCC;
}
.TagClassName
{
border-color: #098DCC;
}
</style>