Shades of Pacific Blue #0092DC
Tints of Pacific Blue #0092DC
RGB
CMYK
RGB Variations
Color information
#0092DC (or 0x0092DC) is known color: Pacific Blue. HEX triplet: 00, 92 and DC. RGB value is (0,146,220). Sum of RGB (Red+Green+Blue) = 0+146+220=366 (48% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 366); Green value is 146 (57.42% from 255 or 39.89% from 366); Blue value is 220 (86.33% from 255 or 60.11% from 366); Max value from RGB is 220 - color contains mainly: blue. Hex color #0092DC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0092DC is #FF6D23. Grayscale: #6E6E6E. Windows color (decimal): -16739620 or 14455296. OLE color: 14455296.
HSL color Cylindrical-coordinate representation of color #0092DC: hue angle of 200.18º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0092DC is Cyan = 1, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 0 | 146 | 220 | - |
| CMYK | 1 | 0.34 | 0 | 0.14 |
| HSL | 200.18º | 1% | 0.43% | - |
| HSV(B) | 200.18º | 1% | 0.86% | - |
| XYZ | 23.2 | 25.73 | 71.45 | - |
| YUV | 110.78 | 189.63 | 48.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 146 | 220 | 1 | 0.34 | 0 | 0.14 | 200.18 | 1 | 0.43 |
| Hex | 0 | 92 | DC | 64 | 22 | 0 | E | C8 | 64 | 2B |
| Octal | 0 | 222 | 334 | 144 | 42 | 0 | 16 | 310 | 144 | 53 |
| Binary | 0 | 10010010 | 11011100 | 1100100 | 100010 | 0 | 1110 | 11001000 | 1100100 | 101011 |
Color Harmonies of #0092DC
Complementary color
Monochromatic Colors of #0092DC
Black with #0092DC
Text Example
Text Example
White with #0092DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0092DC; }
p { color: rgb(0,146,220); }
H1.HeaderClassName
{
color: #0092DC;
}
.AnyTagClassName
{
color: #0092DC;
}
</style>
background-color css
<style>
a { background-color: #0092DC; }
a { background-color: rgb(0,146,220); }
div.DivClassName
{
background-color: #0092DC;
}
.BgClassName
{
background-color: #0092DC;
}
</style>
border-color css
<style>
span { border-color: #0092DC; }
span { border-color: rgb(0,146,220); }
td.TdClassName
{
border-color: #0092DC;
}
.TagClassName
{
border-color: #0092DC;
}
</style>