Shades of Pacific Blue #098BC5
Tints of Pacific Blue #098BC5
RGB
CMYK
RGB Variations
Color information
#098BC5 (or 0x098BC5) is known color: Pacific Blue. HEX triplet: 09, 8B and C5. RGB value is (9,139,197). Sum of RGB (Red+Green+Blue) = 9+139+197=345 (45% of max value = 765). Red value is 9 (3.91% from 255 or 2.61% from 345); Green value is 139 (54.69% from 255 or 40.29% from 345); Blue value is 197 (77.34% from 255 or 57.10% from 345); Max value from RGB is 197 - color contains mainly: blue. Hex color #098BC5 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #098BC5 is #F6743A. Grayscale: #6A6A6A. Windows color (decimal): -16151611 or 12946185. OLE color: 12946185.
HSL color Cylindrical-coordinate representation of color #098BC5: hue angle of 198.51º degrees, saturation: 0.91, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #098BC5 is Cyan = 0.95, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 9 | 139 | 197 | - |
| CMYK | 0.95 | 0.29 | 0 | 0.23 |
| HSL | 198.51º | 0.91% | 0.4% | - |
| HSV(B) | 198.51º | 0.95% | 0.77% | - |
| XYZ | 19.42 | 22.55 | 56.15 | - |
| YUV | 106.74 | 178.93 | 58.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 139 | 197 | 0.95 | 0.29 | 0 | 0.23 | 198.51 | 0.91 | 0.4 |
| Hex | 9 | 8B | C5 | 5F | 1D | 0 | 17 | C7 | 5B | 28 |
| Octal | 11 | 213 | 305 | 137 | 35 | 0 | 27 | 307 | 133 | 50 |
| Binary | 1001 | 10001011 | 11000101 | 1011111 | 11101 | 0 | 10111 | 11000111 | 1011011 | 101000 |
Color Harmonies of #098BC5
Complementary color
Monochromatic Colors of #098BC5
Black with #098BC5
Text Example
Text Example
White with #098BC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #098BC5; }
p { color: rgb(9,139,197); }
H1.HeaderClassName
{
color: #098BC5;
}
.AnyTagClassName
{
color: #098BC5;
}
</style>
background-color css
<style>
a { background-color: #098BC5; }
a { background-color: rgb(9,139,197); }
div.DivClassName
{
background-color: #098BC5;
}
.BgClassName
{
background-color: #098BC5;
}
</style>
border-color css
<style>
span { border-color: #098BC5; }
span { border-color: rgb(9,139,197); }
td.TdClassName
{
border-color: #098BC5;
}
.TagClassName
{
border-color: #098BC5;
}
</style>