Shades of Pacific Blue #008CCC
Tints of Pacific Blue #008CCC
RGB
CMYK
RGB Variations
Color information
#008CCC (or 0x008CCC) is known color: Pacific Blue. HEX triplet: 00, 8C and CC. RGB value is (0,140,204). Sum of RGB (Red+Green+Blue) = 0+140+204=344 (45% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 344); Green value is 140 (55.08% from 255 or 40.70% from 344); Blue value is 204 (80.08% from 255 or 59.30% from 344); Max value from RGB is 204 - color contains mainly: blue. Hex color #008CCC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #008CCC is #FF7333. Grayscale: #696969. Windows color (decimal): -16741172 or 13405184. OLE color: 13405184.
HSL color Cylindrical-coordinate representation of color #008CCC: hue angle of 198.82º 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 #008CCC is Cyan = 1, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 0 | 140 | 204 | - |
| CMYK | 1 | 0.31 | 0 | 0.2 |
| HSL | 198.82º | 1% | 0.4% | - |
| HSV(B) | 198.82º | 1% | 0.8% | - |
| XYZ | 20.28 | 23.12 | 60.52 | - |
| YUV | 105.44 | 183.62 | 52.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 140 | 204 | 1 | 0.31 | 0 | 0.2 | 198.82 | 1 | 0.4 |
| Hex | 0 | 8C | CC | 64 | 1F | 0 | 14 | C7 | 64 | 28 |
| Octal | 0 | 214 | 314 | 144 | 37 | 0 | 24 | 307 | 144 | 50 |
| Binary | 0 | 10001100 | 11001100 | 1100100 | 11111 | 0 | 10100 | 11000111 | 1100100 | 101000 |
Color Harmonies of #008CCC
Complementary color
Monochromatic Colors of #008CCC
Black with #008CCC
Text Example
Text Example
White with #008CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008CCC; }
p { color: rgb(0,140,204); }
H1.HeaderClassName
{
color: #008CCC;
}
.AnyTagClassName
{
color: #008CCC;
}
</style>
background-color css
<style>
a { background-color: #008CCC; }
a { background-color: rgb(0,140,204); }
div.DivClassName
{
background-color: #008CCC;
}
.BgClassName
{
background-color: #008CCC;
}
</style>
border-color css
<style>
span { border-color: #008CCC; }
span { border-color: rgb(0,140,204); }
td.TdClassName
{
border-color: #008CCC;
}
.TagClassName
{
border-color: #008CCC;
}
</style>