Shades of Pacific Blue #008ECD
Tints of Pacific Blue #008ECD
RGB
CMYK
RGB Variations
Color information
#008ECD (or 0x008ECD) is known color: Pacific Blue. HEX triplet: 00, 8E and CD. RGB value is (0,142,205). Sum of RGB (Red+Green+Blue) = 0+142+205=347 (45% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 347); Green value is 142 (55.86% from 255 or 40.92% from 347); Blue value is 205 (80.47% from 255 or 59.08% from 347); Max value from RGB is 205 - color contains mainly: blue. Hex color #008ECD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #008ECD is #FF7132. Grayscale: #6A6A6A. Windows color (decimal): -16740659 or 13471232. OLE color: 13471232.
HSL color Cylindrical-coordinate representation of color #008ECD: hue angle of 198.44º 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 #008ECD is Cyan = 1, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 0 | 142 | 205 | - |
| CMYK | 1 | 0.31 | 0 | 0.20 |
| HSL | 198.44º | 1% | 0.4% | - |
| HSV(B) | 198.44º | 1% | 0.8% | - |
| XYZ | 20.69 | 23.75 | 61.25 | - |
| YUV | 106.72 | 183.46 | 51.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 142 | 205 | 1 | 0.31 | 0 | 0.20 | 198.44 | 1 | 0.4 |
| Hex | 0 | 8E | CD | 64 | 1F | 0 | 14 | C6 | 64 | 28 |
| Octal | 0 | 216 | 315 | 144 | 37 | 0 | 24 | 306 | 144 | 50 |
| Binary | 0 | 10001110 | 11001101 | 1100100 | 11111 | 0 | 10100 | 11000110 | 1100100 | 101000 |
Color Harmonies of #008ECD
Complementary color
Monochromatic Colors of #008ECD
Black with #008ECD
Text Example
Text Example
White with #008ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008ECD; }
p { color: rgb(0,142,205); }
H1.HeaderClassName
{
color: #008ECD;
}
.AnyTagClassName
{
color: #008ECD;
}
</style>
background-color css
<style>
a { background-color: #008ECD; }
a { background-color: rgb(0,142,205); }
div.DivClassName
{
background-color: #008ECD;
}
.BgClassName
{
background-color: #008ECD;
}
</style>
border-color css
<style>
span { border-color: #008ECD; }
span { border-color: rgb(0,142,205); }
td.TdClassName
{
border-color: #008ECD;
}
.TagClassName
{
border-color: #008ECD;
}
</style>