Shades of Pacific Blue #0092C6
Tints of Pacific Blue #0092C6
RGB
CMYK
RGB Variations
Color information
#0092C6 (or 0x0092C6) is known color: Pacific Blue. HEX triplet: 00, 92 and C6. RGB value is (0,146,198). Sum of RGB (Red+Green+Blue) = 0+146+198=344 (45% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 344); Green value is 146 (57.42% from 255 or 42.44% from 344); Blue value is 198 (77.73% from 255 or 57.56% from 344); Max value from RGB is 198 - color contains mainly: blue. Hex color #0092C6 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0092C6 is #FF6D39. Grayscale: #6B6B6B. Windows color (decimal): -16739642 or 13013504. OLE color: 13013504.
HSL color Cylindrical-coordinate representation of color #0092C6: hue angle of 195.76º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0092C6 is Cyan = 1, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 0 | 146 | 198 | - |
| CMYK | 1 | 0.26 | 0 | 0.22 |
| HSL | 195.76º | 1% | 0.39% | - |
| HSV(B) | 195.76º | 1% | 0.78% | - |
| XYZ | 20.47 | 24.63 | 57.1 | - |
| YUV | 108.27 | 178.63 | 50.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 146 | 198 | 1 | 0.26 | 0 | 0.22 | 195.76 | 1 | 0.39 |
| Hex | 0 | 92 | C6 | 64 | 1A | 0 | 16 | C4 | 64 | 27 |
| Octal | 0 | 222 | 306 | 144 | 32 | 0 | 26 | 304 | 144 | 47 |
| Binary | 0 | 10010010 | 11000110 | 1100100 | 11010 | 0 | 10110 | 11000100 | 1100100 | 100111 |
Color Harmonies of #0092C6
Complementary color
Monochromatic Colors of #0092C6
Black with #0092C6
Text Example
Text Example
White with #0092C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0092C6; }
p { color: rgb(0,146,198); }
H1.HeaderClassName
{
color: #0092C6;
}
.AnyTagClassName
{
color: #0092C6;
}
</style>
background-color css
<style>
a { background-color: #0092C6; }
a { background-color: rgb(0,146,198); }
div.DivClassName
{
background-color: #0092C6;
}
.BgClassName
{
background-color: #0092C6;
}
</style>
border-color css
<style>
span { border-color: #0092C6; }
span { border-color: rgb(0,146,198); }
td.TdClassName
{
border-color: #0092C6;
}
.TagClassName
{
border-color: #0092C6;
}
</style>