Shades of Pacific Blue #008DC7
Tints of Pacific Blue #008DC7
RGB
CMYK
RGB Variations
Color information
#008DC7 (or 0x008DC7) is known color: Pacific Blue. HEX triplet: 00, 8D and C7. RGB value is (0,141,199). Sum of RGB (Red+Green+Blue) = 0+141+199=340 (45% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 340); Green value is 141 (55.47% from 255 or 41.47% from 340); Blue value is 199 (78.12% from 255 or 58.53% from 340); Max value from RGB is 199 - color contains mainly: blue. Hex color #008DC7 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #008DC7 is #FF7238. Grayscale: #696969. Windows color (decimal): -16740921 or 13077760. OLE color: 13077760.
HSL color Cylindrical-coordinate representation of color #008DC7: hue angle of 197.49º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008DC7 is Cyan = 1, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 0 | 141 | 199 | - |
| CMYK | 1 | 0.29 | 0 | 0.22 |
| HSL | 197.49º | 1% | 0.39% | - |
| HSV(B) | 197.49º | 1% | 0.78% | - |
| XYZ | 19.83 | 23.17 | 57.46 | - |
| YUV | 105.45 | 180.79 | 52.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 141 | 199 | 1 | 0.29 | 0 | 0.22 | 197.49 | 1 | 0.39 |
| Hex | 0 | 8D | C7 | 64 | 1D | 0 | 16 | C5 | 64 | 27 |
| Octal | 0 | 215 | 307 | 144 | 35 | 0 | 26 | 305 | 144 | 47 |
| Binary | 0 | 10001101 | 11000111 | 1100100 | 11101 | 0 | 10110 | 11000101 | 1100100 | 100111 |
Color Harmonies of #008DC7
Complementary color
Monochromatic Colors of #008DC7
Black with #008DC7
Text Example
Text Example
White with #008DC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008DC7; }
p { color: rgb(0,141,199); }
H1.HeaderClassName
{
color: #008DC7;
}
.AnyTagClassName
{
color: #008DC7;
}
</style>
background-color css
<style>
a { background-color: #008DC7; }
a { background-color: rgb(0,141,199); }
div.DivClassName
{
background-color: #008DC7;
}
.BgClassName
{
background-color: #008DC7;
}
</style>
border-color css
<style>
span { border-color: #008DC7; }
span { border-color: rgb(0,141,199); }
td.TdClassName
{
border-color: #008DC7;
}
.TagClassName
{
border-color: #008DC7;
}
</style>