Shades of Pacific Blue #0085CE
Tints of Pacific Blue #0085CE
RGB
CMYK
RGB Variations
Color information
#0085CE (or 0x0085CE) is known color: Pacific Blue. HEX triplet: 00, 85 and CE. RGB value is (0,133,206). Sum of RGB (Red+Green+Blue) = 0+133+206=339 (44% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 339); Green value is 133 (52.34% from 255 or 39.23% from 339); Blue value is 206 (80.86% from 255 or 60.77% from 339); Max value from RGB is 206 - color contains mainly: blue. Hex color #0085CE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0085CE is #FF7A31. Grayscale: #656565. Windows color (decimal): -16742962 or 13534464. OLE color: 13534464.
HSL color Cylindrical-coordinate representation of color #0085CE: hue angle of 201.26º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0085CE is Cyan = 1, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 0 | 133 | 206 | - |
| CMYK | 1 | 0.35 | 0 | 0.19 |
| HSL | 201.26º | 1% | 0.4% | - |
| HSV(B) | 201.26º | 1% | 0.81% | - |
| XYZ | 19.53 | 21.23 | 61.46 | - |
| YUV | 101.56 | 186.94 | 55.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 133 | 206 | 1 | 0.35 | 0 | 0.19 | 201.26 | 1 | 0.4 |
| Hex | 0 | 85 | CE | 64 | 23 | 0 | 13 | C9 | 64 | 28 |
| Octal | 0 | 205 | 316 | 144 | 43 | 0 | 23 | 311 | 144 | 50 |
| Binary | 0 | 10000101 | 11001110 | 1100100 | 100011 | 0 | 10011 | 11001001 | 1100100 | 101000 |
Color Harmonies of #0085CE
Complementary color
Monochromatic Colors of #0085CE
Black with #0085CE
Text Example
Text Example
White with #0085CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0085CE; }
p { color: rgb(0,133,206); }
H1.HeaderClassName
{
color: #0085CE;
}
.AnyTagClassName
{
color: #0085CE;
}
</style>
background-color css
<style>
a { background-color: #0085CE; }
a { background-color: rgb(0,133,206); }
div.DivClassName
{
background-color: #0085CE;
}
.BgClassName
{
background-color: #0085CE;
}
</style>
border-color css
<style>
span { border-color: #0085CE; }
span { border-color: rgb(0,133,206); }
td.TdClassName
{
border-color: #0085CE;
}
.TagClassName
{
border-color: #0085CE;
}
</style>