Shades of Pacific Blue #0885CE
Tints of Pacific Blue #0885CE
RGB
CMYK
RGB Variations
Color information
#0885CE (or 0x0885CE) is known color: Pacific Blue. HEX triplet: 08, 85 and CE. RGB value is (8,133,206). Sum of RGB (Red+Green+Blue) = 8+133+206=347 (45% of max value = 765). Red value is 8 (3.52% from 255 or 2.31% from 347); Green value is 133 (52.34% from 255 or 38.33% from 347); Blue value is 206 (80.86% from 255 or 59.37% from 347); Max value from RGB is 206 - color contains mainly: blue. Hex color #0885CE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0885CE is #F77A31. Grayscale: #676767. Windows color (decimal): -16218674 or 13534472. OLE color: 13534472.
HSL color Cylindrical-coordinate representation of color #0885CE: hue angle of 202.12º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0885CE is Cyan = 0.96, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 8 | 133 | 206 | - |
| CMYK | 0.96 | 0.35 | 0 | 0.19 |
| HSL | 202.12º | 0.93% | 0.42% | - |
| HSV(B) | 202.12º | 0.96% | 0.81% | - |
| XYZ | 19.63 | 21.28 | 61.47 | - |
| YUV | 103.95 | 185.59 | 59.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 133 | 206 | 0.96 | 0.35 | 0 | 0.19 | 202.12 | 0.93 | 0.42 |
| Hex | 8 | 85 | CE | 60 | 23 | 0 | 13 | CA | 5D | 2A |
| Octal | 10 | 205 | 316 | 140 | 43 | 0 | 23 | 312 | 135 | 52 |
| Binary | 1000 | 10000101 | 11001110 | 1100000 | 100011 | 0 | 10011 | 11001010 | 1011101 | 101010 |
Color Harmonies of #0885CE
Complementary color
Monochromatic Colors of #0885CE
Black with #0885CE
Text Example
Text Example
White with #0885CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0885CE; }
p { color: rgb(8,133,206); }
H1.HeaderClassName
{
color: #0885CE;
}
.AnyTagClassName
{
color: #0885CE;
}
</style>
background-color css
<style>
a { background-color: #0885CE; }
a { background-color: rgb(8,133,206); }
div.DivClassName
{
background-color: #0885CE;
}
.BgClassName
{
background-color: #0885CE;
}
</style>
border-color css
<style>
span { border-color: #0885CE; }
span { border-color: rgb(8,133,206); }
td.TdClassName
{
border-color: #0885CE;
}
.TagClassName
{
border-color: #0885CE;
}
</style>