Shades of Pacific Blue #0092C9
Tints of Pacific Blue #0092C9
RGB
CMYK
RGB Variations
Color information
#0092C9 (or 0x0092C9) is known color: Pacific Blue. HEX triplet: 00, 92 and C9. RGB value is (0,146,201). Sum of RGB (Red+Green+Blue) = 0+146+201=347 (45% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 347); Green value is 146 (57.42% from 255 or 42.07% from 347); Blue value is 201 (78.91% from 255 or 57.93% from 347); Max value from RGB is 201 - color contains mainly: blue. Hex color #0092C9 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0092C9 is #FF6D36. Grayscale: #6C6C6C. Windows color (decimal): -16739639 or 13210112. OLE color: 13210112.
HSL color Cylindrical-coordinate representation of color #0092C9: hue angle of 196.42º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0092C9 is Cyan = 1, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 0 | 146 | 201 | - |
| CMYK | 1 | 0.27 | 0 | 0.21 |
| HSL | 196.42º | 1% | 0.39% | - |
| HSV(B) | 196.42º | 1% | 0.79% | - |
| XYZ | 20.82 | 24.77 | 58.94 | - |
| YUV | 108.62 | 180.13 | 50.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 146 | 201 | 1 | 0.27 | 0 | 0.21 | 196.42 | 1 | 0.39 |
| Hex | 0 | 92 | C9 | 64 | 1B | 0 | 15 | C4 | 64 | 27 |
| Octal | 0 | 222 | 311 | 144 | 33 | 0 | 25 | 304 | 144 | 47 |
| Binary | 0 | 10010010 | 11001001 | 1100100 | 11011 | 0 | 10101 | 11000100 | 1100100 | 100111 |
Color Harmonies of #0092C9
Complementary color
Monochromatic Colors of #0092C9
Black with #0092C9
Text Example
Text Example
White with #0092C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0092C9; }
p { color: rgb(0,146,201); }
H1.HeaderClassName
{
color: #0092C9;
}
.AnyTagClassName
{
color: #0092C9;
}
</style>
background-color css
<style>
a { background-color: #0092C9; }
a { background-color: rgb(0,146,201); }
div.DivClassName
{
background-color: #0092C9;
}
.BgClassName
{
background-color: #0092C9;
}
</style>
border-color css
<style>
span { border-color: #0092C9; }
span { border-color: rgb(0,146,201); }
td.TdClassName
{
border-color: #0092C9;
}
.TagClassName
{
border-color: #0092C9;
}
</style>