Shades of Pacific Blue #0984CC
Tints of Pacific Blue #0984CC
RGB
CMYK
RGB Variations
Color information
#0984CC (or 0x0984CC) is known color: Pacific Blue. HEX triplet: 09, 84 and CC. RGB value is (9,132,204). Sum of RGB (Red+Green+Blue) = 9+132+204=345 (45% of max value = 765). Red value is 9 (3.91% from 255 or 2.61% from 345); Green value is 132 (51.95% from 255 or 38.26% from 345); Blue value is 204 (80.08% from 255 or 59.13% from 345); Max value from RGB is 204 - color contains mainly: blue. Hex color #0984CC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0984CC is #F67B33. Grayscale: #676767. Windows color (decimal): -16153396 or 13403145. OLE color: 13403145.
HSL color Cylindrical-coordinate representation of color #0984CC: hue angle of 202.15º 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 #0984CC is Cyan = 0.96, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 9 | 132 | 204 | - |
| CMYK | 0.96 | 0.35 | 0 | 0.2 |
| HSL | 202.15º | 0.92% | 0.42% | - |
| HSV(B) | 202.15º | 0.96% | 0.8% | - |
| XYZ | 19.26 | 20.92 | 60.15 | - |
| YUV | 103.43 | 184.75 | 60.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 132 | 204 | 0.96 | 0.35 | 0 | 0.2 | 202.15 | 0.92 | 0.42 |
| Hex | 9 | 84 | CC | 60 | 23 | 0 | 14 | CA | 5C | 2A |
| Octal | 11 | 204 | 314 | 140 | 43 | 0 | 24 | 312 | 134 | 52 |
| Binary | 1001 | 10000100 | 11001100 | 1100000 | 100011 | 0 | 10100 | 11001010 | 1011100 | 101010 |
Color Harmonies of #0984CC
Complementary color
Monochromatic Colors of #0984CC
Black with #0984CC
Text Example
Text Example
White with #0984CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0984CC; }
p { color: rgb(9,132,204); }
H1.HeaderClassName
{
color: #0984CC;
}
.AnyTagClassName
{
color: #0984CC;
}
</style>
background-color css
<style>
a { background-color: #0984CC; }
a { background-color: rgb(9,132,204); }
div.DivClassName
{
background-color: #0984CC;
}
.BgClassName
{
background-color: #0984CC;
}
</style>
border-color css
<style>
span { border-color: #0984CC; }
span { border-color: rgb(9,132,204); }
td.TdClassName
{
border-color: #0984CC;
}
.TagClassName
{
border-color: #0984CC;
}
</style>