Shades of Pacific Blue #008BDE
Tints of Pacific Blue #008BDE
RGB
CMYK
RGB Variations
Color information
#008BDE (or 0x008BDE) is known color: Pacific Blue. HEX triplet: 00, 8B and DE. RGB value is (0,139,222). Sum of RGB (Red+Green+Blue) = 0+139+222=361 (47% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 361); Green value is 139 (54.69% from 255 or 38.50% from 361); Blue value is 222 (87.11% from 255 or 61.50% from 361); Max value from RGB is 222 - color contains mainly: blue. Hex color #008BDE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #008BDE is #FF7421. Grayscale: #6A6A6A. Windows color (decimal): -16741410 or 14584576. OLE color: 14584576.
HSL color Cylindrical-coordinate representation of color #008BDE: hue angle of 202.43º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008BDE is Cyan = 1, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 0 | 139 | 222 | - |
| CMYK | 1 | 0.37 | 0 | 0.13 |
| HSL | 202.43º | 1% | 0.44% | - |
| HSV(B) | 202.43º | 1% | 0.87% | - |
| XYZ | 22.42 | 23.74 | 72.51 | - |
| YUV | 106.9 | 192.95 | 51.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 139 | 222 | 1 | 0.37 | 0 | 0.13 | 202.43 | 1 | 0.44 |
| Hex | 0 | 8B | DE | 64 | 25 | 0 | D | CA | 64 | 2C |
| Octal | 0 | 213 | 336 | 144 | 45 | 0 | 15 | 312 | 144 | 54 |
| Binary | 0 | 10001011 | 11011110 | 1100100 | 100101 | 0 | 1101 | 11001010 | 1100100 | 101100 |
Color Harmonies of #008BDE
Complementary color
Monochromatic Colors of #008BDE
Black with #008BDE
Text Example
Text Example
White with #008BDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008BDE; }
p { color: rgb(0,139,222); }
H1.HeaderClassName
{
color: #008BDE;
}
.AnyTagClassName
{
color: #008BDE;
}
</style>
background-color css
<style>
a { background-color: #008BDE; }
a { background-color: rgb(0,139,222); }
div.DivClassName
{
background-color: #008BDE;
}
.BgClassName
{
background-color: #008BDE;
}
</style>
border-color css
<style>
span { border-color: #008BDE; }
span { border-color: rgb(0,139,222); }
td.TdClassName
{
border-color: #008BDE;
}
.TagClassName
{
border-color: #008BDE;
}
</style>