Shades of Pacific Blue #008DCB
Tints of Pacific Blue #008DCB
RGB
CMYK
RGB Variations
Color information
#008DCB (or 0x008DCB) is known color: Pacific Blue. HEX triplet: 00, 8D and CB. RGB value is (0,141,203). Sum of RGB (Red+Green+Blue) = 0+141+203=344 (45% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 344); Green value is 141 (55.47% from 255 or 40.99% from 344); Blue value is 203 (79.69% from 255 or 59.01% from 344); Max value from RGB is 203 - color contains mainly: blue. Hex color #008DCB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #008DCB is #FF7234. Grayscale: #696969. Windows color (decimal): -16740917 or 13339904. OLE color: 13339904.
HSL color Cylindrical-coordinate representation of color #008DCB: hue angle of 198.33º 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 #008DCB is Cyan = 1, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 0 | 141 | 203 | - |
| CMYK | 1 | 0.31 | 0 | 0.20 |
| HSL | 198.33º | 1% | 0.4% | - |
| HSV(B) | 198.33º | 1% | 0.8% | - |
| XYZ | 20.3 | 23.36 | 59.94 | - |
| YUV | 105.91 | 182.79 | 52.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 141 | 203 | 1 | 0.31 | 0 | 0.20 | 198.33 | 1 | 0.4 |
| Hex | 0 | 8D | CB | 64 | 1F | 0 | 14 | C6 | 64 | 28 |
| Octal | 0 | 215 | 313 | 144 | 37 | 0 | 24 | 306 | 144 | 50 |
| Binary | 0 | 10001101 | 11001011 | 1100100 | 11111 | 0 | 10100 | 11000110 | 1100100 | 101000 |
Color Harmonies of #008DCB
Complementary color
Monochromatic Colors of #008DCB
Black with #008DCB
Text Example
Text Example
White with #008DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008DCB; }
p { color: rgb(0,141,203); }
H1.HeaderClassName
{
color: #008DCB;
}
.AnyTagClassName
{
color: #008DCB;
}
</style>
background-color css
<style>
a { background-color: #008DCB; }
a { background-color: rgb(0,141,203); }
div.DivClassName
{
background-color: #008DCB;
}
.BgClassName
{
background-color: #008DCB;
}
</style>
border-color css
<style>
span { border-color: #008DCB; }
span { border-color: rgb(0,141,203); }
td.TdClassName
{
border-color: #008DCB;
}
.TagClassName
{
border-color: #008DCB;
}
</style>