Shades of Pacific Blue #0986CC
Tints of Pacific Blue #0986CC
RGB
CMYK
RGB Variations
Color information
#0986CC (or 0x0986CC) is known color: Pacific Blue. HEX triplet: 09, 86 and CC. RGB value is (9,134,204). Sum of RGB (Red+Green+Blue) = 9+134+204=347 (45% of max value = 765). Red value is 9 (3.91% from 255 or 2.59% from 347); Green value is 134 (52.73% from 255 or 38.62% from 347); Blue value is 204 (80.08% from 255 or 58.79% from 347); Max value from RGB is 204 - color contains mainly: blue. Hex color #0986CC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0986CC is #F67933. Grayscale: #686868. Windows color (decimal): -16152884 or 13403657. OLE color: 13403657.
HSL color Cylindrical-coordinate representation of color #0986CC: hue angle of 201.54º 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 #0986CC is Cyan = 0.96, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 9 | 134 | 204 | - |
| CMYK | 0.96 | 0.34 | 0 | 0.2 |
| HSL | 201.54º | 0.92% | 0.42% | - |
| HSV(B) | 201.54º | 0.96% | 0.8% | - |
| XYZ | 19.54 | 21.47 | 60.24 | - |
| YUV | 104.61 | 184.09 | 59.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 134 | 204 | 0.96 | 0.34 | 0 | 0.2 | 201.54 | 0.92 | 0.42 |
| Hex | 9 | 86 | CC | 60 | 22 | 0 | 14 | CA | 5C | 2A |
| Octal | 11 | 206 | 314 | 140 | 42 | 0 | 24 | 312 | 134 | 52 |
| Binary | 1001 | 10000110 | 11001100 | 1100000 | 100010 | 0 | 10100 | 11001010 | 1011100 | 101010 |
Color Harmonies of #0986CC
Complementary color
Monochromatic Colors of #0986CC
Black with #0986CC
Text Example
Text Example
White with #0986CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0986CC; }
p { color: rgb(9,134,204); }
H1.HeaderClassName
{
color: #0986CC;
}
.AnyTagClassName
{
color: #0986CC;
}
</style>
background-color css
<style>
a { background-color: #0986CC; }
a { background-color: rgb(9,134,204); }
div.DivClassName
{
background-color: #0986CC;
}
.BgClassName
{
background-color: #0986CC;
}
</style>
border-color css
<style>
span { border-color: #0986CC; }
span { border-color: rgb(9,134,204); }
td.TdClassName
{
border-color: #0986CC;
}
.TagClassName
{
border-color: #0986CC;
}
</style>