Shades of Pacific Blue #008DCD
Tints of Pacific Blue #008DCD
RGB
CMYK
RGB Variations
Color information
#008DCD (or 0x008DCD) is known color: Pacific Blue. HEX triplet: 00, 8D and CD. RGB value is (0,141,205). Sum of RGB (Red+Green+Blue) = 0+141+205=346 (45% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 346); Green value is 141 (55.47% from 255 or 40.75% from 346); Blue value is 205 (80.47% from 255 or 59.25% from 346); Max value from RGB is 205 - color contains mainly: blue. Hex color #008DCD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #008DCD is #FF7232. Grayscale: #696969. Windows color (decimal): -16740915 or 13470976. OLE color: 13470976.
HSL color Cylindrical-coordinate representation of color #008DCD: hue angle of 198.73º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008DCD is Cyan = 1, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 0 | 141 | 205 | - |
| CMYK | 1 | 0.31 | 0 | 0.20 |
| HSL | 198.73º | 1% | 0.4% | - |
| HSV(B) | 198.73º | 1% | 0.8% | - |
| XYZ | 20.54 | 23.46 | 61.2 | - |
| YUV | 106.14 | 183.79 | 52.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 141 | 205 | 1 | 0.31 | 0 | 0.20 | 198.73 | 1 | 0.4 |
| Hex | 0 | 8D | CD | 64 | 1F | 0 | 14 | C7 | 64 | 28 |
| Octal | 0 | 215 | 315 | 144 | 37 | 0 | 24 | 307 | 144 | 50 |
| Binary | 0 | 10001101 | 11001101 | 1100100 | 11111 | 0 | 10100 | 11000111 | 1100100 | 101000 |
Color Harmonies of #008DCD
Complementary color
Monochromatic Colors of #008DCD
Black with #008DCD
Text Example
Text Example
White with #008DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008DCD; }
p { color: rgb(0,141,205); }
H1.HeaderClassName
{
color: #008DCD;
}
.AnyTagClassName
{
color: #008DCD;
}
</style>
background-color css
<style>
a { background-color: #008DCD; }
a { background-color: rgb(0,141,205); }
div.DivClassName
{
background-color: #008DCD;
}
.BgClassName
{
background-color: #008DCD;
}
</style>
border-color css
<style>
span { border-color: #008DCD; }
span { border-color: rgb(0,141,205); }
td.TdClassName
{
border-color: #008DCD;
}
.TagClassName
{
border-color: #008DCD;
}
</style>