Shades of Pacific Blue #008CCB
Tints of Pacific Blue #008CCB
RGB
CMYK
RGB Variations
Color information
#008CCB (or 0x008CCB) is known color: Pacific Blue. HEX triplet: 00, 8C and CB. RGB value is (0,140,203). Sum of RGB (Red+Green+Blue) = 0+140+203=343 (45% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 343); Green value is 140 (55.08% from 255 or 40.82% from 343); Blue value is 203 (79.69% from 255 or 59.18% from 343); Max value from RGB is 203 - color contains mainly: blue. Hex color #008CCB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #008CCB is #FF7334. Grayscale: #686868. Windows color (decimal): -16741173 or 13339648. OLE color: 13339648.
HSL color Cylindrical-coordinate representation of color #008CCB: hue angle of 198.62º 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 #008CCB is Cyan = 1, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 0 | 140 | 203 | - |
| CMYK | 1 | 0.31 | 0 | 0.20 |
| HSL | 198.62º | 1% | 0.4% | - |
| HSV(B) | 198.62º | 1% | 0.8% | - |
| XYZ | 20.16 | 23.07 | 59.89 | - |
| YUV | 105.32 | 183.12 | 52.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 140 | 203 | 1 | 0.31 | 0 | 0.20 | 198.62 | 1 | 0.4 |
| Hex | 0 | 8C | CB | 64 | 1F | 0 | 14 | C7 | 64 | 28 |
| Octal | 0 | 214 | 313 | 144 | 37 | 0 | 24 | 307 | 144 | 50 |
| Binary | 0 | 10001100 | 11001011 | 1100100 | 11111 | 0 | 10100 | 11000111 | 1100100 | 101000 |
Color Harmonies of #008CCB
Complementary color
Monochromatic Colors of #008CCB
Black with #008CCB
Text Example
Text Example
White with #008CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008CCB; }
p { color: rgb(0,140,203); }
H1.HeaderClassName
{
color: #008CCB;
}
.AnyTagClassName
{
color: #008CCB;
}
</style>
background-color css
<style>
a { background-color: #008CCB; }
a { background-color: rgb(0,140,203); }
div.DivClassName
{
background-color: #008CCB;
}
.BgClassName
{
background-color: #008CCB;
}
</style>
border-color css
<style>
span { border-color: #008CCB; }
span { border-color: rgb(0,140,203); }
td.TdClassName
{
border-color: #008CCB;
}
.TagClassName
{
border-color: #008CCB;
}
</style>