Shades of Pacific Blue #0885CC
Tints of Pacific Blue #0885CC
RGB
CMYK
RGB Variations
Color information
#0885CC (or 0x0885CC) is known color: Pacific Blue. HEX triplet: 08, 85 and CC. RGB value is (8,133,204). Sum of RGB (Red+Green+Blue) = 8+133+204=345 (45% of max value = 765). Red value is 8 (3.52% from 255 or 2.32% from 345); Green value is 133 (52.34% from 255 or 38.55% from 345); Blue value is 204 (80.08% from 255 or 59.13% from 345); Max value from RGB is 204 - color contains mainly: blue. Hex color #0885CC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0885CC is #F77A33. Grayscale: #676767. Windows color (decimal): -16218676 or 13403400. OLE color: 13403400.
HSL color Cylindrical-coordinate representation of color #0885CC: hue angle of 201.73º 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 #0885CC is Cyan = 0.96, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 8 | 133 | 204 | - |
| CMYK | 0.96 | 0.35 | 0 | 0.2 |
| HSL | 201.73º | 0.92% | 0.42% | - |
| HSV(B) | 201.73º | 0.96% | 0.8% | - |
| XYZ | 19.39 | 21.19 | 60.19 | - |
| YUV | 103.72 | 184.59 | 59.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 133 | 204 | 0.96 | 0.35 | 0 | 0.2 | 201.73 | 0.92 | 0.42 |
| Hex | 8 | 85 | CC | 60 | 23 | 0 | 14 | CA | 5C | 2A |
| Octal | 10 | 205 | 314 | 140 | 43 | 0 | 24 | 312 | 134 | 52 |
| Binary | 1000 | 10000101 | 11001100 | 1100000 | 100011 | 0 | 10100 | 11001010 | 1011100 | 101010 |
Color Harmonies of #0885CC
Complementary color
Monochromatic Colors of #0885CC
Black with #0885CC
Text Example
Text Example
White with #0885CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0885CC; }
p { color: rgb(8,133,204); }
H1.HeaderClassName
{
color: #0885CC;
}
.AnyTagClassName
{
color: #0885CC;
}
</style>
background-color css
<style>
a { background-color: #0885CC; }
a { background-color: rgb(8,133,204); }
div.DivClassName
{
background-color: #0885CC;
}
.BgClassName
{
background-color: #0885CC;
}
</style>
border-color css
<style>
span { border-color: #0885CC; }
span { border-color: rgb(8,133,204); }
td.TdClassName
{
border-color: #0885CC;
}
.TagClassName
{
border-color: #0885CC;
}
</style>