Shades of Pacific Blue #008BCD
Tints of Pacific Blue #008BCD
RGB
CMYK
RGB Variations
Color information
#008BCD (or 0x008BCD) is known color: Pacific Blue. HEX triplet: 00, 8B and CD. RGB value is (0,139,205). Sum of RGB (Red+Green+Blue) = 0+139+205=344 (45% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 344); Green value is 139 (54.69% from 255 or 40.41% from 344); Blue value is 205 (80.47% from 255 or 59.59% from 344); Max value from RGB is 205 - color contains mainly: blue. Hex color #008BCD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #008BCD is #FF7432. Grayscale: #686868. Windows color (decimal): -16741427 or 13470464. OLE color: 13470464.
HSL color Cylindrical-coordinate representation of color #008BCD: hue angle of 199.32º 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 #008BCD is Cyan = 1, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 0 | 139 | 205 | - |
| CMYK | 1 | 0.32 | 0 | 0.20 |
| HSL | 199.32º | 1% | 0.4% | - |
| HSV(B) | 199.32º | 1% | 0.8% | - |
| XYZ | 20.25 | 22.87 | 61.11 | - |
| YUV | 104.96 | 184.45 | 53.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 139 | 205 | 1 | 0.32 | 0 | 0.20 | 199.32 | 1 | 0.4 |
| Hex | 0 | 8B | CD | 64 | 20 | 0 | 14 | C7 | 64 | 28 |
| Octal | 0 | 213 | 315 | 144 | 40 | 0 | 24 | 307 | 144 | 50 |
| Binary | 0 | 10001011 | 11001101 | 1100100 | 100000 | 0 | 10100 | 11000111 | 1100100 | 101000 |
Color Harmonies of #008BCD
Complementary color
Monochromatic Colors of #008BCD
Black with #008BCD
Text Example
Text Example
White with #008BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008BCD; }
p { color: rgb(0,139,205); }
H1.HeaderClassName
{
color: #008BCD;
}
.AnyTagClassName
{
color: #008BCD;
}
</style>
background-color css
<style>
a { background-color: #008BCD; }
a { background-color: rgb(0,139,205); }
div.DivClassName
{
background-color: #008BCD;
}
.BgClassName
{
background-color: #008BCD;
}
</style>
border-color css
<style>
span { border-color: #008BCD; }
span { border-color: rgb(0,139,205); }
td.TdClassName
{
border-color: #008BCD;
}
.TagClassName
{
border-color: #008BCD;
}
</style>