Shades of Pacific Blue #098BCC
Tints of Pacific Blue #098BCC
RGB
CMYK
RGB Variations
Color information
#098BCC (or 0x098BCC) is known color: Pacific Blue. HEX triplet: 09, 8B and CC. RGB value is (9,139,204). Sum of RGB (Red+Green+Blue) = 9+139+204=352 (46% of max value = 765). Red value is 9 (3.91% from 255 or 2.56% from 352); Green value is 139 (54.69% from 255 or 39.49% from 352); Blue value is 204 (80.08% from 255 or 57.95% from 352); Max value from RGB is 204 - color contains mainly: blue. Hex color #098BCC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #098BCC is #F67433. Grayscale: #6B6B6B. Windows color (decimal): -16151604 or 13404937. OLE color: 13404937.
HSL color Cylindrical-coordinate representation of color #098BCC: hue angle of 200º 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 #098BCC is Cyan = 0.96, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 9 | 139 | 204 | - |
| CMYK | 0.96 | 0.32 | 0 | 0.2 |
| HSL | 200º | 0.92% | 0.42% | - |
| HSV(B) | 200º | 0.96% | 0.8% | - |
| XYZ | 20.24 | 22.88 | 60.48 | - |
| YUV | 107.54 | 182.43 | 57.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 139 | 204 | 0.96 | 0.32 | 0 | 0.2 | 200 | 0.92 | 0.42 |
| Hex | 9 | 8B | CC | 60 | 20 | 0 | 14 | C8 | 5C | 2A |
| Octal | 11 | 213 | 314 | 140 | 40 | 0 | 24 | 310 | 134 | 52 |
| Binary | 1001 | 10001011 | 11001100 | 1100000 | 100000 | 0 | 10100 | 11001000 | 1011100 | 101010 |
Color Harmonies of #098BCC
Complementary color
Monochromatic Colors of #098BCC
Black with #098BCC
Text Example
Text Example
White with #098BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #098BCC; }
p { color: rgb(9,139,204); }
H1.HeaderClassName
{
color: #098BCC;
}
.AnyTagClassName
{
color: #098BCC;
}
</style>
background-color css
<style>
a { background-color: #098BCC; }
a { background-color: rgb(9,139,204); }
div.DivClassName
{
background-color: #098BCC;
}
.BgClassName
{
background-color: #098BCC;
}
</style>
border-color css
<style>
span { border-color: #098BCC; }
span { border-color: rgb(9,139,204); }
td.TdClassName
{
border-color: #098BCC;
}
.TagClassName
{
border-color: #098BCC;
}
</style>