Shades of Pacific Blue #098ACB
Tints of Pacific Blue #098ACB
RGB
CMYK
RGB Variations
Color information
#098ACB (or 0x098ACB) is known color: Pacific Blue. HEX triplet: 09, 8A and CB. RGB value is (9,138,203). Sum of RGB (Red+Green+Blue) = 9+138+203=350 (46% of max value = 765). Red value is 9 (3.91% from 255 or 2.57% from 350); Green value is 138 (54.30% from 255 or 39.43% from 350); Blue value is 203 (79.69% from 255 or 58% from 350); Max value from RGB is 203 - color contains mainly: blue. Hex color #098ACB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #098ACB is #F67534. Grayscale: #6A6A6A. Windows color (decimal): -16151861 or 13339145. OLE color: 13339145.
HSL color Cylindrical-coordinate representation of color #098ACB: hue angle of 200.1º 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 #098ACB is Cyan = 0.96, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 9 | 138 | 203 | - |
| CMYK | 0.96 | 0.32 | 0 | 0.20 |
| HSL | 200.1º | 0.92% | 0.42% | - |
| HSV(B) | 200.1º | 0.96% | 0.8% | - |
| XYZ | 19.98 | 22.55 | 59.8 | - |
| YUV | 106.84 | 182.26 | 58.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 138 | 203 | 0.96 | 0.32 | 0 | 0.20 | 200.1 | 0.92 | 0.42 |
| Hex | 9 | 8A | CB | 60 | 20 | 0 | 14 | C8 | 5C | 2A |
| Octal | 11 | 212 | 313 | 140 | 40 | 0 | 24 | 310 | 134 | 52 |
| Binary | 1001 | 10001010 | 11001011 | 1100000 | 100000 | 0 | 10100 | 11001000 | 1011100 | 101010 |
Color Harmonies of #098ACB
Complementary color
Monochromatic Colors of #098ACB
Black with #098ACB
Text Example
Text Example
White with #098ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #098ACB; }
p { color: rgb(9,138,203); }
H1.HeaderClassName
{
color: #098ACB;
}
.AnyTagClassName
{
color: #098ACB;
}
</style>
background-color css
<style>
a { background-color: #098ACB; }
a { background-color: rgb(9,138,203); }
div.DivClassName
{
background-color: #098ACB;
}
.BgClassName
{
background-color: #098ACB;
}
</style>
border-color css
<style>
span { border-color: #098ACB; }
span { border-color: rgb(9,138,203); }
td.TdClassName
{
border-color: #098ACB;
}
.TagClassName
{
border-color: #098ACB;
}
</style>