Shades of Pacific Blue #008BCB
Tints of Pacific Blue #008BCB
RGB
CMYK
RGB Variations
Color information
#008BCB (or 0x008BCB) is known color: Pacific Blue. HEX triplet: 00, 8B and CB. RGB value is (0,139,203). Sum of RGB (Red+Green+Blue) = 0+139+203=342 (45% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 342); Green value is 139 (54.69% from 255 or 40.64% from 342); Blue value is 203 (79.69% from 255 or 59.36% from 342); Max value from RGB is 203 - color contains mainly: blue. Hex color #008BCB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #008BCB is #FF7434. Grayscale: #686868. Windows color (decimal): -16741429 or 13339392. OLE color: 13339392.
HSL color Cylindrical-coordinate representation of color #008BCB: hue angle of 198.92º 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 #008BCB is Cyan = 1, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 0 | 139 | 203 | - |
| CMYK | 1 | 0.32 | 0 | 0.20 |
| HSL | 198.92º | 1% | 0.4% | - |
| HSV(B) | 198.92º | 1% | 0.8% | - |
| XYZ | 20.01 | 22.78 | 59.84 | - |
| YUV | 104.74 | 183.45 | 53.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 139 | 203 | 1 | 0.32 | 0 | 0.20 | 198.92 | 1 | 0.4 |
| Hex | 0 | 8B | CB | 64 | 20 | 0 | 14 | C7 | 64 | 28 |
| Octal | 0 | 213 | 313 | 144 | 40 | 0 | 24 | 307 | 144 | 50 |
| Binary | 0 | 10001011 | 11001011 | 1100100 | 100000 | 0 | 10100 | 11000111 | 1100100 | 101000 |
Color Harmonies of #008BCB
Complementary color
Monochromatic Colors of #008BCB
Black with #008BCB
Text Example
Text Example
White with #008BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008BCB; }
p { color: rgb(0,139,203); }
H1.HeaderClassName
{
color: #008BCB;
}
.AnyTagClassName
{
color: #008BCB;
}
</style>
background-color css
<style>
a { background-color: #008BCB; }
a { background-color: rgb(0,139,203); }
div.DivClassName
{
background-color: #008BCB;
}
.BgClassName
{
background-color: #008BCB;
}
</style>
border-color css
<style>
span { border-color: #008BCB; }
span { border-color: rgb(0,139,203); }
td.TdClassName
{
border-color: #008BCB;
}
.TagClassName
{
border-color: #008BCB;
}
</style>