Shades of Pacific Blue #098DCB
Tints of Pacific Blue #098DCB
RGB
CMYK
RGB Variations
Color information
#098DCB (or 0x098DCB) is known color: Pacific Blue. HEX triplet: 09, 8D and CB. RGB value is (9,141,203). Sum of RGB (Red+Green+Blue) = 9+141+203=353 (46% of max value = 765). Red value is 9 (3.91% from 255 or 2.55% from 353); Green value is 141 (55.47% from 255 or 39.94% from 353); Blue value is 203 (79.69% from 255 or 57.51% from 353); Max value from RGB is 203 - color contains mainly: blue. Hex color #098DCB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #098DCB is #F67234. Grayscale: #6C6C6C. Windows color (decimal): -16151093 or 13339913. OLE color: 13339913.
HSL color Cylindrical-coordinate representation of color #098DCB: hue angle of 199.18º 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 #098DCB is Cyan = 0.96, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 9 | 141 | 203 | - |
| CMYK | 0.96 | 0.31 | 0 | 0.20 |
| HSL | 199.18º | 0.92% | 0.42% | - |
| HSV(B) | 199.18º | 0.96% | 0.8% | - |
| XYZ | 20.42 | 23.42 | 59.94 | - |
| YUV | 108.6 | 181.27 | 56.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 141 | 203 | 0.96 | 0.31 | 0 | 0.20 | 199.18 | 0.92 | 0.42 |
| Hex | 9 | 8D | CB | 60 | 1F | 0 | 14 | C7 | 5C | 2A |
| Octal | 11 | 215 | 313 | 140 | 37 | 0 | 24 | 307 | 134 | 52 |
| Binary | 1001 | 10001101 | 11001011 | 1100000 | 11111 | 0 | 10100 | 11000111 | 1011100 | 101010 |
Color Harmonies of #098DCB
Complementary color
Monochromatic Colors of #098DCB
Black with #098DCB
Text Example
Text Example
White with #098DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #098DCB; }
p { color: rgb(9,141,203); }
H1.HeaderClassName
{
color: #098DCB;
}
.AnyTagClassName
{
color: #098DCB;
}
</style>
background-color css
<style>
a { background-color: #098DCB; }
a { background-color: rgb(9,141,203); }
div.DivClassName
{
background-color: #098DCB;
}
.BgClassName
{
background-color: #098DCB;
}
</style>
border-color css
<style>
span { border-color: #098DCB; }
span { border-color: rgb(9,141,203); }
td.TdClassName
{
border-color: #098DCB;
}
.TagClassName
{
border-color: #098DCB;
}
</style>