Shades of Pacific Blue #0884CC
Tints of Pacific Blue #0884CC
RGB
CMYK
RGB Variations
Color information
#0884CC (or 0x0884CC) is known color: Pacific Blue. HEX triplet: 08, 84 and CC. RGB value is (8,132,204). Sum of RGB (Red+Green+Blue) = 8+132+204=344 (45% of max value = 765). Red value is 8 (3.52% from 255 or 2.33% from 344); Green value is 132 (51.95% from 255 or 38.37% from 344); Blue value is 204 (80.08% from 255 or 59.30% from 344); Max value from RGB is 204 - color contains mainly: blue. Hex color #0884CC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0884CC is #F77B33. Grayscale: #666666. Windows color (decimal): -16218932 or 13403144. OLE color: 13403144.
HSL color Cylindrical-coordinate representation of color #0884CC: hue angle of 202.04º 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 #0884CC is Cyan = 0.96, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 8 | 132 | 204 | - |
| CMYK | 0.96 | 0.35 | 0 | 0.2 |
| HSL | 202.04º | 0.92% | 0.42% | - |
| HSV(B) | 202.04º | 0.96% | 0.8% | - |
| XYZ | 19.25 | 20.91 | 60.15 | - |
| YUV | 103.13 | 184.92 | 60.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 132 | 204 | 0.96 | 0.35 | 0 | 0.2 | 202.04 | 0.92 | 0.42 |
| Hex | 8 | 84 | CC | 60 | 23 | 0 | 14 | CA | 5C | 2A |
| Octal | 10 | 204 | 314 | 140 | 43 | 0 | 24 | 312 | 134 | 52 |
| Binary | 1000 | 10000100 | 11001100 | 1100000 | 100011 | 0 | 10100 | 11001010 | 1011100 | 101010 |
Color Harmonies of #0884CC
Complementary color
Monochromatic Colors of #0884CC
Black with #0884CC
Text Example
Text Example
White with #0884CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0884CC; }
p { color: rgb(8,132,204); }
H1.HeaderClassName
{
color: #0884CC;
}
.AnyTagClassName
{
color: #0884CC;
}
</style>
background-color css
<style>
a { background-color: #0884CC; }
a { background-color: rgb(8,132,204); }
div.DivClassName
{
background-color: #0884CC;
}
.BgClassName
{
background-color: #0884CC;
}
</style>
border-color css
<style>
span { border-color: #0884CC; }
span { border-color: rgb(8,132,204); }
td.TdClassName
{
border-color: #0884CC;
}
.TagClassName
{
border-color: #0884CC;
}
</style>