Shades of Pacific Blue #0092D8
Tints of Pacific Blue #0092D8
RGB
CMYK
RGB Variations
Color information
#0092D8 (or 0x0092D8) is known color: Pacific Blue. HEX triplet: 00, 92 and D8. RGB value is (0,146,216). Sum of RGB (Red+Green+Blue) = 0+146+216=362 (47% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 362); Green value is 146 (57.42% from 255 or 40.33% from 362); Blue value is 216 (84.77% from 255 or 59.67% from 362); Max value from RGB is 216 - color contains mainly: blue. Hex color #0092D8 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0092D8 is #FF6D27. Grayscale: #6D6D6D. Windows color (decimal): -16739624 or 14193152. OLE color: 14193152.
HSL color Cylindrical-coordinate representation of color #0092D8: hue angle of 199.44º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0092D8 is Cyan = 1, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 0 | 146 | 216 | - |
| CMYK | 1 | 0.32 | 0 | 0.15 |
| HSL | 199.44º | 1% | 0.42% | - |
| HSV(B) | 199.44º | 1% | 0.85% | - |
| XYZ | 22.67 | 25.52 | 68.7 | - |
| YUV | 110.33 | 187.63 | 49.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 146 | 216 | 1 | 0.32 | 0 | 0.15 | 199.44 | 1 | 0.42 |
| Hex | 0 | 92 | D8 | 64 | 20 | 0 | F | C7 | 64 | 2A |
| Octal | 0 | 222 | 330 | 144 | 40 | 0 | 17 | 307 | 144 | 52 |
| Binary | 0 | 10010010 | 11011000 | 1100100 | 100000 | 0 | 1111 | 11000111 | 1100100 | 101010 |
Color Harmonies of #0092D8
Complementary color
Monochromatic Colors of #0092D8
Black with #0092D8
Text Example
Text Example
White with #0092D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0092D8; }
p { color: rgb(0,146,216); }
H1.HeaderClassName
{
color: #0092D8;
}
.AnyTagClassName
{
color: #0092D8;
}
</style>
background-color css
<style>
a { background-color: #0092D8; }
a { background-color: rgb(0,146,216); }
div.DivClassName
{
background-color: #0092D8;
}
.BgClassName
{
background-color: #0092D8;
}
</style>
border-color css
<style>
span { border-color: #0092D8; }
span { border-color: rgb(0,146,216); }
td.TdClassName
{
border-color: #0092D8;
}
.TagClassName
{
border-color: #0092D8;
}
</style>