Shades of Pacific Blue #098BC8
Tints of Pacific Blue #098BC8
RGB
CMYK
RGB Variations
Color information
#098BC8 (or 0x098BC8) is known color: Pacific Blue. HEX triplet: 09, 8B and C8. RGB value is (9,139,200). Sum of RGB (Red+Green+Blue) = 9+139+200=348 (46% of max value = 765). Red value is 9 (3.91% from 255 or 2.59% from 348); Green value is 139 (54.69% from 255 or 39.94% from 348); Blue value is 200 (78.52% from 255 or 57.47% from 348); Max value from RGB is 200 - color contains mainly: blue. Hex color #098BC8 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #098BC8 is #F67437. Grayscale: #6A6A6A. Windows color (decimal): -16151608 or 13142793. OLE color: 13142793.
HSL color Cylindrical-coordinate representation of color #098BC8: hue angle of 199.16º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #098BC8 is Cyan = 0.96, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 9 | 139 | 200 | - |
| CMYK | 0.96 | 0.30 | 0 | 0.22 |
| HSL | 199.16º | 0.91% | 0.41% | - |
| HSV(B) | 199.16º | 0.96% | 0.78% | - |
| XYZ | 19.77 | 22.69 | 57.98 | - |
| YUV | 107.08 | 180.43 | 58.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 139 | 200 | 0.96 | 0.30 | 0 | 0.22 | 199.16 | 0.91 | 0.41 |
| Hex | 9 | 8B | C8 | 60 | 1E | 0 | 16 | C7 | 5B | 29 |
| Octal | 11 | 213 | 310 | 140 | 36 | 0 | 26 | 307 | 133 | 51 |
| Binary | 1001 | 10001011 | 11001000 | 1100000 | 11110 | 0 | 10110 | 11000111 | 1011011 | 101001 |
Color Harmonies of #098BC8
Complementary color
Monochromatic Colors of #098BC8
Black with #098BC8
Text Example
Text Example
White with #098BC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #098BC8; }
p { color: rgb(9,139,200); }
H1.HeaderClassName
{
color: #098BC8;
}
.AnyTagClassName
{
color: #098BC8;
}
</style>
background-color css
<style>
a { background-color: #098BC8; }
a { background-color: rgb(9,139,200); }
div.DivClassName
{
background-color: #098BC8;
}
.BgClassName
{
background-color: #098BC8;
}
</style>
border-color css
<style>
span { border-color: #098BC8; }
span { border-color: rgb(9,139,200); }
td.TdClassName
{
border-color: #098BC8;
}
.TagClassName
{
border-color: #098BC8;
}
</style>