Shades of Pacific Blue #008ED7
Tints of Pacific Blue #008ED7
RGB
CMYK
RGB Variations
Color information
#008ED7 (or 0x008ED7) is known color: Pacific Blue. HEX triplet: 00, 8E and D7. RGB value is (0,142,215). Sum of RGB (Red+Green+Blue) = 0+142+215=357 (47% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 357); Green value is 142 (55.86% from 255 or 39.78% from 357); Blue value is 215 (84.38% from 255 or 60.22% from 357); Max value from RGB is 215 - color contains mainly: blue. Hex color #008ED7 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #008ED7 is #FF7128. Grayscale: #6B6B6B. Windows color (decimal): -16740649 or 14126592. OLE color: 14126592.
HSL color Cylindrical-coordinate representation of color #008ED7: hue angle of 200.37º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008ED7 is Cyan = 1, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 0 | 142 | 215 | - |
| CMYK | 1 | 0.34 | 0 | 0.16 |
| HSL | 200.37º | 1% | 0.42% | - |
| HSV(B) | 200.37º | 1% | 0.84% | - |
| XYZ | 21.94 | 24.25 | 67.81 | - |
| YUV | 107.86 | 188.46 | 51.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 142 | 215 | 1 | 0.34 | 0 | 0.16 | 200.37 | 1 | 0.42 |
| Hex | 0 | 8E | D7 | 64 | 22 | 0 | 10 | C8 | 64 | 2A |
| Octal | 0 | 216 | 327 | 144 | 42 | 0 | 20 | 310 | 144 | 52 |
| Binary | 0 | 10001110 | 11010111 | 1100100 | 100010 | 0 | 10000 | 11001000 | 1100100 | 101010 |
Color Harmonies of #008ED7
Complementary color
Monochromatic Colors of #008ED7
Black with #008ED7
Text Example
Text Example
White with #008ED7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008ED7; }
p { color: rgb(0,142,215); }
H1.HeaderClassName
{
color: #008ED7;
}
.AnyTagClassName
{
color: #008ED7;
}
</style>
background-color css
<style>
a { background-color: #008ED7; }
a { background-color: rgb(0,142,215); }
div.DivClassName
{
background-color: #008ED7;
}
.BgClassName
{
background-color: #008ED7;
}
</style>
border-color css
<style>
span { border-color: #008ED7; }
span { border-color: rgb(0,142,215); }
td.TdClassName
{
border-color: #008ED7;
}
.TagClassName
{
border-color: #008ED7;
}
</style>