Shades of Pacific Blue #0092CE
Tints of Pacific Blue #0092CE
RGB
CMYK
RGB Variations
Color information
#0092CE (or 0x0092CE) is known color: Pacific Blue. HEX triplet: 00, 92 and CE. RGB value is (0,146,206). Sum of RGB (Red+Green+Blue) = 0+146+206=352 (46% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 352); Green value is 146 (57.42% from 255 or 41.48% from 352); Blue value is 206 (80.86% from 255 or 58.52% from 352); Max value from RGB is 206 - color contains mainly: blue. Hex color #0092CE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0092CE is #FF6D31. Grayscale: #6C6C6C. Windows color (decimal): -16739634 or 13537792. OLE color: 13537792.
HSL color Cylindrical-coordinate representation of color #0092CE: hue angle of 197.48º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0092CE is Cyan = 1, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 0 | 146 | 206 | - |
| CMYK | 1 | 0.29 | 0 | 0.19 |
| HSL | 197.48º | 1% | 0.4% | - |
| HSV(B) | 197.48º | 1% | 0.81% | - |
| XYZ | 21.42 | 25.01 | 62.09 | - |
| YUV | 109.19 | 182.63 | 50.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 146 | 206 | 1 | 0.29 | 0 | 0.19 | 197.48 | 1 | 0.4 |
| Hex | 0 | 92 | CE | 64 | 1D | 0 | 13 | C5 | 64 | 28 |
| Octal | 0 | 222 | 316 | 144 | 35 | 0 | 23 | 305 | 144 | 50 |
| Binary | 0 | 10010010 | 11001110 | 1100100 | 11101 | 0 | 10011 | 11000101 | 1100100 | 101000 |
Color Harmonies of #0092CE
Complementary color
Monochromatic Colors of #0092CE
Black with #0092CE
Text Example
Text Example
White with #0092CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0092CE; }
p { color: rgb(0,146,206); }
H1.HeaderClassName
{
color: #0092CE;
}
.AnyTagClassName
{
color: #0092CE;
}
</style>
background-color css
<style>
a { background-color: #0092CE; }
a { background-color: rgb(0,146,206); }
div.DivClassName
{
background-color: #0092CE;
}
.BgClassName
{
background-color: #0092CE;
}
</style>
border-color css
<style>
span { border-color: #0092CE; }
span { border-color: rgb(0,146,206); }
td.TdClassName
{
border-color: #0092CE;
}
.TagClassName
{
border-color: #0092CE;
}
</style>