Shades of Pacific Blue #008DD7
Tints of Pacific Blue #008DD7
RGB
CMYK
RGB Variations
Color information
#008DD7 (or 0x008DD7) is known color: Pacific Blue. HEX triplet: 00, 8D and D7. RGB value is (0,141,215). Sum of RGB (Red+Green+Blue) = 0+141+215=356 (47% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 356); Green value is 141 (55.47% from 255 or 39.61% from 356); Blue value is 215 (84.38% from 255 or 60.39% from 356); Max value from RGB is 215 - color contains mainly: blue. Hex color #008DD7 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #008DD7 is #FF7228. Grayscale: #6A6A6A. Windows color (decimal): -16740905 or 14126336. OLE color: 14126336.
HSL color Cylindrical-coordinate representation of color #008DD7: hue angle of 200.65º 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 #008DD7 is Cyan = 1, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 0 | 141 | 215 | - |
| CMYK | 1 | 0.34 | 0 | 0.16 |
| HSL | 200.65º | 1% | 0.42% | - |
| HSV(B) | 200.65º | 1% | 0.84% | - |
| XYZ | 21.79 | 23.96 | 67.77 | - |
| YUV | 107.28 | 188.79 | 51.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 141 | 215 | 1 | 0.34 | 0 | 0.16 | 200.65 | 1 | 0.42 |
| Hex | 0 | 8D | D7 | 64 | 22 | 0 | 10 | C9 | 64 | 2A |
| Octal | 0 | 215 | 327 | 144 | 42 | 0 | 20 | 311 | 144 | 52 |
| Binary | 0 | 10001101 | 11010111 | 1100100 | 100010 | 0 | 10000 | 11001001 | 1100100 | 101010 |
Color Harmonies of #008DD7
Complementary color
Monochromatic Colors of #008DD7
Black with #008DD7
Text Example
Text Example
White with #008DD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008DD7; }
p { color: rgb(0,141,215); }
H1.HeaderClassName
{
color: #008DD7;
}
.AnyTagClassName
{
color: #008DD7;
}
</style>
background-color css
<style>
a { background-color: #008DD7; }
a { background-color: rgb(0,141,215); }
div.DivClassName
{
background-color: #008DD7;
}
.BgClassName
{
background-color: #008DD7;
}
</style>
border-color css
<style>
span { border-color: #008DD7; }
span { border-color: rgb(0,141,215); }
td.TdClassName
{
border-color: #008DD7;
}
.TagClassName
{
border-color: #008DD7;
}
</style>