Shades of Pacific Blue #008EC7
Tints of Pacific Blue #008EC7
RGB
CMYK
RGB Variations
Color information
#008EC7 (or 0x008EC7) is known color: Pacific Blue. HEX triplet: 00, 8E and C7. RGB value is (0,142,199). Sum of RGB (Red+Green+Blue) = 0+142+199=341 (45% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 341); Green value is 142 (55.86% from 255 or 41.64% from 341); Blue value is 199 (78.12% from 255 or 58.36% from 341); Max value from RGB is 199 - color contains mainly: blue. Hex color #008EC7 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #008EC7 is #FF7138. Grayscale: #696969. Windows color (decimal): -16740665 or 13078016. OLE color: 13078016.
HSL color Cylindrical-coordinate representation of color #008EC7: hue angle of 197.19º 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 #008EC7 is Cyan = 1, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 0 | 142 | 199 | - |
| CMYK | 1 | 0.29 | 0 | 0.22 |
| HSL | 197.19º | 1% | 0.39% | - |
| HSV(B) | 197.19º | 1% | 0.78% | - |
| XYZ | 19.98 | 23.47 | 57.51 | - |
| YUV | 106.04 | 180.46 | 52.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 142 | 199 | 1 | 0.29 | 0 | 0.22 | 197.19 | 1 | 0.39 |
| Hex | 0 | 8E | C7 | 64 | 1D | 0 | 16 | C5 | 64 | 27 |
| Octal | 0 | 216 | 307 | 144 | 35 | 0 | 26 | 305 | 144 | 47 |
| Binary | 0 | 10001110 | 11000111 | 1100100 | 11101 | 0 | 10110 | 11000101 | 1100100 | 100111 |
Color Harmonies of #008EC7
Complementary color
Monochromatic Colors of #008EC7
Black with #008EC7
Text Example
Text Example
White with #008EC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008EC7; }
p { color: rgb(0,142,199); }
H1.HeaderClassName
{
color: #008EC7;
}
.AnyTagClassName
{
color: #008EC7;
}
</style>
background-color css
<style>
a { background-color: #008EC7; }
a { background-color: rgb(0,142,199); }
div.DivClassName
{
background-color: #008EC7;
}
.BgClassName
{
background-color: #008EC7;
}
</style>
border-color css
<style>
span { border-color: #008EC7; }
span { border-color: rgb(0,142,199); }
td.TdClassName
{
border-color: #008EC7;
}
.TagClassName
{
border-color: #008EC7;
}
</style>