Shades of Pacific Blue #008CDC
Tints of Pacific Blue #008CDC
RGB
CMYK
RGB Variations
Color information
#008CDC (or 0x008CDC) is known color: Pacific Blue. HEX triplet: 00, 8C and DC. RGB value is (0,140,220). Sum of RGB (Red+Green+Blue) = 0+140+220=360 (47% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 360); Green value is 140 (55.08% from 255 or 38.89% from 360); Blue value is 220 (86.33% from 255 or 61.11% from 360); Max value from RGB is 220 - color contains mainly: blue. Hex color #008CDC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #008CDC is #FF7323. Grayscale: #6A6A6A. Windows color (decimal): -16741156 or 14453760. OLE color: 14453760.
HSL color Cylindrical-coordinate representation of color #008CDC: hue angle of 201.82º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008CDC is Cyan = 1, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 0 | 140 | 220 | - |
| CMYK | 1 | 0.36 | 0 | 0.14 |
| HSL | 201.82º | 1% | 0.43% | - |
| HSV(B) | 201.82º | 1% | 0.86% | - |
| XYZ | 22.3 | 23.92 | 71.15 | - |
| YUV | 107.26 | 191.62 | 51.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 140 | 220 | 1 | 0.36 | 0 | 0.14 | 201.82 | 1 | 0.43 |
| Hex | 0 | 8C | DC | 64 | 24 | 0 | E | CA | 64 | 2B |
| Octal | 0 | 214 | 334 | 144 | 44 | 0 | 16 | 312 | 144 | 53 |
| Binary | 0 | 10001100 | 11011100 | 1100100 | 100100 | 0 | 1110 | 11001010 | 1100100 | 101011 |
Color Harmonies of #008CDC
Complementary color
Monochromatic Colors of #008CDC
Black with #008CDC
Text Example
Text Example
White with #008CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008CDC; }
p { color: rgb(0,140,220); }
H1.HeaderClassName
{
color: #008CDC;
}
.AnyTagClassName
{
color: #008CDC;
}
</style>
background-color css
<style>
a { background-color: #008CDC; }
a { background-color: rgb(0,140,220); }
div.DivClassName
{
background-color: #008CDC;
}
.BgClassName
{
background-color: #008CDC;
}
</style>
border-color css
<style>
span { border-color: #008CDC; }
span { border-color: rgb(0,140,220); }
td.TdClassName
{
border-color: #008CDC;
}
.TagClassName
{
border-color: #008CDC;
}
</style>