Shades of Pacific Blue #008BD0
Tints of Pacific Blue #008BD0
RGB
CMYK
RGB Variations
Color information
#008BD0 (or 0x008BD0) is known color: Pacific Blue. HEX triplet: 00, 8B and D0. RGB value is (0,139,208). Sum of RGB (Red+Green+Blue) = 0+139+208=347 (45% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 347); Green value is 139 (54.69% from 255 or 40.06% from 347); Blue value is 208 (81.64% from 255 or 59.94% from 347); Max value from RGB is 208 - color contains mainly: blue. Hex color #008BD0 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #008BD0 is #FF742F. Grayscale: #686868. Windows color (decimal): -16741424 or 13667072. OLE color: 13667072.
HSL color Cylindrical-coordinate representation of color #008BD0: hue angle of 199.9º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008BD0 is Cyan = 1, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 0 | 139 | 208 | - |
| CMYK | 1 | 0.33 | 0 | 0.18 |
| HSL | 199.9º | 1% | 0.41% | - |
| HSV(B) | 199.9º | 1% | 0.82% | - |
| XYZ | 20.62 | 23.02 | 63.03 | - |
| YUV | 105.31 | 185.95 | 52.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 139 | 208 | 1 | 0.33 | 0 | 0.18 | 199.9 | 1 | 0.41 |
| Hex | 0 | 8B | D0 | 64 | 21 | 0 | 12 | C8 | 64 | 29 |
| Octal | 0 | 213 | 320 | 144 | 41 | 0 | 22 | 310 | 144 | 51 |
| Binary | 0 | 10001011 | 11010000 | 1100100 | 100001 | 0 | 10010 | 11001000 | 1100100 | 101001 |
Color Harmonies of #008BD0
Complementary color
Monochromatic Colors of #008BD0
Black with #008BD0
Text Example
Text Example
White with #008BD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008BD0; }
p { color: rgb(0,139,208); }
H1.HeaderClassName
{
color: #008BD0;
}
.AnyTagClassName
{
color: #008BD0;
}
</style>
background-color css
<style>
a { background-color: #008BD0; }
a { background-color: rgb(0,139,208); }
div.DivClassName
{
background-color: #008BD0;
}
.BgClassName
{
background-color: #008BD0;
}
</style>
border-color css
<style>
span { border-color: #008BD0; }
span { border-color: rgb(0,139,208); }
td.TdClassName
{
border-color: #008BD0;
}
.TagClassName
{
border-color: #008BD0;
}
</style>