Shades of Pacific Blue #0892CC
Tints of Pacific Blue #0892CC
RGB
CMYK
RGB Variations
Color information
#0892CC (or 0x0892CC) is known color: Pacific Blue. HEX triplet: 08, 92 and CC. RGB value is (8,146,204). Sum of RGB (Red+Green+Blue) = 8+146+204=358 (47% of max value = 765). Red value is 8 (3.52% from 255 or 2.23% from 358); Green value is 146 (57.42% from 255 or 40.78% from 358); Blue value is 204 (80.08% from 255 or 56.98% from 358); Max value from RGB is 204 - color contains mainly: blue. Hex color #0892CC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0892CC is #F76D33. Grayscale: #6E6E6E. Windows color (decimal): -16215348 or 13406728. OLE color: 13406728.
HSL color Cylindrical-coordinate representation of color #0892CC: hue angle of 197.76º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0892CC is Cyan = 0.96, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 8 | 146 | 204 | - |
| CMYK | 0.96 | 0.28 | 0 | 0.2 |
| HSL | 197.76º | 0.92% | 0.42% | - |
| HSV(B) | 197.76º | 0.96% | 0.8% | - |
| XYZ | 21.28 | 24.97 | 60.82 | - |
| YUV | 111.35 | 180.28 | 54.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 146 | 204 | 0.96 | 0.28 | 0 | 0.2 | 197.76 | 0.92 | 0.42 |
| Hex | 8 | 92 | CC | 60 | 1C | 0 | 14 | C6 | 5C | 2A |
| Octal | 10 | 222 | 314 | 140 | 34 | 0 | 24 | 306 | 134 | 52 |
| Binary | 1000 | 10010010 | 11001100 | 1100000 | 11100 | 0 | 10100 | 11000110 | 1011100 | 101010 |
Color Harmonies of #0892CC
Complementary color
Monochromatic Colors of #0892CC
Black with #0892CC
Text Example
Text Example
White with #0892CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0892CC; }
p { color: rgb(8,146,204); }
H1.HeaderClassName
{
color: #0892CC;
}
.AnyTagClassName
{
color: #0892CC;
}
</style>
background-color css
<style>
a { background-color: #0892CC; }
a { background-color: rgb(8,146,204); }
div.DivClassName
{
background-color: #0892CC;
}
.BgClassName
{
background-color: #0892CC;
}
</style>
border-color css
<style>
span { border-color: #0892CC; }
span { border-color: rgb(8,146,204); }
td.TdClassName
{
border-color: #0892CC;
}
.TagClassName
{
border-color: #0892CC;
}
</style>