Shades of Pacific Blue #008DDA
Tints of Pacific Blue #008DDA
RGB
CMYK
RGB Variations
Color information
#008DDA (or 0x008DDA) is known color: Pacific Blue. HEX triplet: 00, 8D and DA. RGB value is (0,141,218). Sum of RGB (Red+Green+Blue) = 0+141+218=359 (47% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 359); Green value is 141 (55.47% from 255 or 39.28% from 359); Blue value is 218 (85.55% from 255 or 60.72% from 359); Max value from RGB is 218 - color contains mainly: blue. Hex color #008DDA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #008DDA is #FF7225. Grayscale: #6B6B6B. Windows color (decimal): -16740902 or 14322944. OLE color: 14322944.
HSL color Cylindrical-coordinate representation of color #008DDA: hue angle of 201.19º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008DDA is Cyan = 1, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 0 | 141 | 218 | - |
| CMYK | 1 | 0.35 | 0 | 0.15 |
| HSL | 201.19º | 1% | 0.43% | - |
| HSV(B) | 201.19º | 1% | 0.85% | - |
| XYZ | 22.18 | 24.11 | 69.81 | - |
| YUV | 107.62 | 190.29 | 51.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 141 | 218 | 1 | 0.35 | 0 | 0.15 | 201.19 | 1 | 0.43 |
| Hex | 0 | 8D | DA | 64 | 23 | 0 | F | C9 | 64 | 2B |
| Octal | 0 | 215 | 332 | 144 | 43 | 0 | 17 | 311 | 144 | 53 |
| Binary | 0 | 10001101 | 11011010 | 1100100 | 100011 | 0 | 1111 | 11001001 | 1100100 | 101011 |
Color Harmonies of #008DDA
Complementary color
Monochromatic Colors of #008DDA
Black with #008DDA
Text Example
Text Example
White with #008DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008DDA; }
p { color: rgb(0,141,218); }
H1.HeaderClassName
{
color: #008DDA;
}
.AnyTagClassName
{
color: #008DDA;
}
</style>
background-color css
<style>
a { background-color: #008DDA; }
a { background-color: rgb(0,141,218); }
div.DivClassName
{
background-color: #008DDA;
}
.BgClassName
{
background-color: #008DDA;
}
</style>
border-color css
<style>
span { border-color: #008DDA; }
span { border-color: rgb(0,141,218); }
td.TdClassName
{
border-color: #008DDA;
}
.TagClassName
{
border-color: #008DDA;
}
</style>