Shades of Pacific Blue #008DD3
Tints of Pacific Blue #008DD3
RGB
CMYK
RGB Variations
Color information
#008DD3 (or 0x008DD3) is known color: Pacific Blue. HEX triplet: 00, 8D and D3. RGB value is (0,141,211). Sum of RGB (Red+Green+Blue) = 0+141+211=352 (46% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 352); Green value is 141 (55.47% from 255 or 40.06% from 352); Blue value is 211 (82.81% from 255 or 59.94% from 352); Max value from RGB is 211 - color contains mainly: blue. Hex color #008DD3 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #008DD3 is #FF722C. Grayscale: #6A6A6A. Windows color (decimal): -16740909 or 13864192. OLE color: 13864192.
HSL color Cylindrical-coordinate representation of color #008DD3: hue angle of 199.91º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008DD3 is Cyan = 1, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 0 | 141 | 211 | - |
| CMYK | 1 | 0.33 | 0 | 0.17 |
| HSL | 199.91º | 1% | 0.41% | - |
| HSV(B) | 199.91º | 1% | 0.83% | - |
| XYZ | 21.28 | 23.75 | 65.09 | - |
| YUV | 106.82 | 186.79 | 51.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 141 | 211 | 1 | 0.33 | 0 | 0.17 | 199.91 | 1 | 0.41 |
| Hex | 0 | 8D | D3 | 64 | 21 | 0 | 11 | C8 | 64 | 29 |
| Octal | 0 | 215 | 323 | 144 | 41 | 0 | 21 | 310 | 144 | 51 |
| Binary | 0 | 10001101 | 11010011 | 1100100 | 100001 | 0 | 10001 | 11001000 | 1100100 | 101001 |
Color Harmonies of #008DD3
Complementary color
Monochromatic Colors of #008DD3
Black with #008DD3
Text Example
Text Example
White with #008DD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008DD3; }
p { color: rgb(0,141,211); }
H1.HeaderClassName
{
color: #008DD3;
}
.AnyTagClassName
{
color: #008DD3;
}
</style>
background-color css
<style>
a { background-color: #008DD3; }
a { background-color: rgb(0,141,211); }
div.DivClassName
{
background-color: #008DD3;
}
.BgClassName
{
background-color: #008DD3;
}
</style>
border-color css
<style>
span { border-color: #008DD3; }
span { border-color: rgb(0,141,211); }
td.TdClassName
{
border-color: #008DD3;
}
.TagClassName
{
border-color: #008DD3;
}
</style>