Shades of Pacific Blue #0992CC
Tints of Pacific Blue #0992CC
RGB
CMYK
RGB Variations
Color information
#0992CC (or 0x0992CC) is known color: Pacific Blue. HEX triplet: 09, 92 and CC. RGB value is (9,146,204). Sum of RGB (Red+Green+Blue) = 9+146+204=359 (47% of max value = 765). Red value is 9 (3.91% from 255 or 2.51% from 359); Green value is 146 (57.42% from 255 or 40.67% from 359); Blue value is 204 (80.08% from 255 or 56.82% from 359); Max value from RGB is 204 - color contains mainly: blue. Hex color #0992CC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0992CC is #F66D33. Grayscale: #6F6F6F. Windows color (decimal): -16149812 or 13406729. OLE color: 13406729.
HSL color Cylindrical-coordinate representation of color #0992CC: hue angle of 197.85º 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 #0992CC is Cyan = 0.96, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 9 | 146 | 204 | - |
| CMYK | 0.96 | 0.28 | 0 | 0.2 |
| HSL | 197.85º | 0.92% | 0.42% | - |
| HSV(B) | 197.85º | 0.96% | 0.8% | - |
| XYZ | 21.29 | 24.98 | 60.83 | - |
| YUV | 111.65 | 180.11 | 54.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 146 | 204 | 0.96 | 0.28 | 0 | 0.2 | 197.85 | 0.92 | 0.42 |
| Hex | 9 | 92 | CC | 60 | 1C | 0 | 14 | C6 | 5C | 2A |
| Octal | 11 | 222 | 314 | 140 | 34 | 0 | 24 | 306 | 134 | 52 |
| Binary | 1001 | 10010010 | 11001100 | 1100000 | 11100 | 0 | 10100 | 11000110 | 1011100 | 101010 |
Color Harmonies of #0992CC
Complementary color
Monochromatic Colors of #0992CC
Black with #0992CC
Text Example
Text Example
White with #0992CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0992CC; }
p { color: rgb(9,146,204); }
H1.HeaderClassName
{
color: #0992CC;
}
.AnyTagClassName
{
color: #0992CC;
}
</style>
background-color css
<style>
a { background-color: #0992CC; }
a { background-color: rgb(9,146,204); }
div.DivClassName
{
background-color: #0992CC;
}
.BgClassName
{
background-color: #0992CC;
}
</style>
border-color css
<style>
span { border-color: #0992CC; }
span { border-color: rgb(9,146,204); }
td.TdClassName
{
border-color: #0992CC;
}
.TagClassName
{
border-color: #0992CC;
}
</style>