Shades of Pacific Blue #008DCF
Tints of Pacific Blue #008DCF
RGB
CMYK
RGB Variations
Color information
#008DCF (or 0x008DCF) is known color: Pacific Blue. HEX triplet: 00, 8D and CF. RGB value is (0,141,207). Sum of RGB (Red+Green+Blue) = 0+141+207=348 (46% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 348); Green value is 141 (55.47% from 255 or 40.52% from 348); Blue value is 207 (81.25% from 255 or 59.48% from 348); Max value from RGB is 207 - color contains mainly: blue. Hex color #008DCF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #008DCF is #FF7230. Grayscale: #696969. Windows color (decimal): -16740913 or 13602048. OLE color: 13602048.
HSL color Cylindrical-coordinate representation of color #008DCF: hue angle of 199.13º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008DCF is Cyan = 1, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 0 | 141 | 207 | - |
| CMYK | 1 | 0.32 | 0 | 0.19 |
| HSL | 199.13º | 1% | 0.41% | - |
| HSV(B) | 199.13º | 1% | 0.81% | - |
| XYZ | 20.79 | 23.55 | 62.48 | - |
| YUV | 106.37 | 184.79 | 52.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 141 | 207 | 1 | 0.32 | 0 | 0.19 | 199.13 | 1 | 0.41 |
| Hex | 0 | 8D | CF | 64 | 20 | 0 | 13 | C7 | 64 | 29 |
| Octal | 0 | 215 | 317 | 144 | 40 | 0 | 23 | 307 | 144 | 51 |
| Binary | 0 | 10001101 | 11001111 | 1100100 | 100000 | 0 | 10011 | 11000111 | 1100100 | 101001 |
Color Harmonies of #008DCF
Complementary color
Monochromatic Colors of #008DCF
Black with #008DCF
Text Example
Text Example
White with #008DCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008DCF; }
p { color: rgb(0,141,207); }
H1.HeaderClassName
{
color: #008DCF;
}
.AnyTagClassName
{
color: #008DCF;
}
</style>
background-color css
<style>
a { background-color: #008DCF; }
a { background-color: rgb(0,141,207); }
div.DivClassName
{
background-color: #008DCF;
}
.BgClassName
{
background-color: #008DCF;
}
</style>
border-color css
<style>
span { border-color: #008DCF; }
span { border-color: rgb(0,141,207); }
td.TdClassName
{
border-color: #008DCF;
}
.TagClassName
{
border-color: #008DCF;
}
</style>