Shades of Pacific Blue #008CCD
Tints of Pacific Blue #008CCD
RGB
CMYK
RGB Variations
Color information
#008CCD (or 0x008CCD) is known color: Pacific Blue. HEX triplet: 00, 8C and CD. RGB value is (0,140,205). Sum of RGB (Red+Green+Blue) = 0+140+205=345 (45% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 345); Green value is 140 (55.08% from 255 or 40.58% from 345); Blue value is 205 (80.47% from 255 or 59.42% from 345); Max value from RGB is 205 - color contains mainly: blue. Hex color #008CCD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #008CCD is #FF7332. Grayscale: #696969. Windows color (decimal): -16741171 or 13470720. OLE color: 13470720.
HSL color Cylindrical-coordinate representation of color #008CCD: hue angle of 199.02º 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 #008CCD is Cyan = 1, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 0 | 140 | 205 | - |
| CMYK | 1 | 0.32 | 0 | 0.20 |
| HSL | 199.02º | 1% | 0.4% | - |
| HSV(B) | 199.02º | 1% | 0.8% | - |
| XYZ | 20.4 | 23.16 | 61.15 | - |
| YUV | 105.55 | 184.12 | 52.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 140 | 205 | 1 | 0.32 | 0 | 0.20 | 199.02 | 1 | 0.4 |
| Hex | 0 | 8C | CD | 64 | 20 | 0 | 14 | C7 | 64 | 28 |
| Octal | 0 | 214 | 315 | 144 | 40 | 0 | 24 | 307 | 144 | 50 |
| Binary | 0 | 10001100 | 11001101 | 1100100 | 100000 | 0 | 10100 | 11000111 | 1100100 | 101000 |
Color Harmonies of #008CCD
Complementary color
Monochromatic Colors of #008CCD
Black with #008CCD
Text Example
Text Example
White with #008CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008CCD; }
p { color: rgb(0,140,205); }
H1.HeaderClassName
{
color: #008CCD;
}
.AnyTagClassName
{
color: #008CCD;
}
</style>
background-color css
<style>
a { background-color: #008CCD; }
a { background-color: rgb(0,140,205); }
div.DivClassName
{
background-color: #008CCD;
}
.BgClassName
{
background-color: #008CCD;
}
</style>
border-color css
<style>
span { border-color: #008CCD; }
span { border-color: rgb(0,140,205); }
td.TdClassName
{
border-color: #008CCD;
}
.TagClassName
{
border-color: #008CCD;
}
</style>