Shades of Pacific Blue #008DDB
Tints of Pacific Blue #008DDB
RGB
CMYK
RGB Variations
Color information
#008DDB (or 0x008DDB) is known color: Pacific Blue. HEX triplet: 00, 8D and DB. RGB value is (0,141,219). Sum of RGB (Red+Green+Blue) = 0+141+219=360 (47% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 360); Green value is 141 (55.47% from 255 or 39.17% from 360); Blue value is 219 (85.94% from 255 or 60.83% from 360); Max value from RGB is 219 - color contains mainly: blue. Hex color #008DDB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #008DDB is #FF7224. Grayscale: #6B6B6B. Windows color (decimal): -16740901 or 14388480. OLE color: 14388480.
HSL color Cylindrical-coordinate representation of color #008DDB: hue angle of 201.37º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008DDB is Cyan = 1, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 0 | 141 | 219 | - |
| CMYK | 1 | 0.36 | 0 | 0.14 |
| HSL | 201.37º | 1% | 0.43% | - |
| HSV(B) | 201.37º | 1% | 0.86% | - |
| XYZ | 22.31 | 24.16 | 70.51 | - |
| YUV | 107.73 | 190.79 | 51.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 141 | 219 | 1 | 0.36 | 0 | 0.14 | 201.37 | 1 | 0.43 |
| Hex | 0 | 8D | DB | 64 | 24 | 0 | E | C9 | 64 | 2B |
| Octal | 0 | 215 | 333 | 144 | 44 | 0 | 16 | 311 | 144 | 53 |
| Binary | 0 | 10001101 | 11011011 | 1100100 | 100100 | 0 | 1110 | 11001001 | 1100100 | 101011 |
Color Harmonies of #008DDB
Complementary color
Monochromatic Colors of #008DDB
Black with #008DDB
Text Example
Text Example
White with #008DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008DDB; }
p { color: rgb(0,141,219); }
H1.HeaderClassName
{
color: #008DDB;
}
.AnyTagClassName
{
color: #008DDB;
}
</style>
background-color css
<style>
a { background-color: #008DDB; }
a { background-color: rgb(0,141,219); }
div.DivClassName
{
background-color: #008DDB;
}
.BgClassName
{
background-color: #008DDB;
}
</style>
border-color css
<style>
span { border-color: #008DDB; }
span { border-color: rgb(0,141,219); }
td.TdClassName
{
border-color: #008DDB;
}
.TagClassName
{
border-color: #008DDB;
}
</style>