Shades of Pacific Blue #008DDD
Tints of Pacific Blue #008DDD
RGB
CMYK
RGB Variations
Color information
#008DDD (or 0x008DDD) is known color: Pacific Blue. HEX triplet: 00, 8D and DD. RGB value is (0,141,221). Sum of RGB (Red+Green+Blue) = 0+141+221=362 (47% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 362); Green value is 141 (55.47% from 255 or 38.95% from 362); Blue value is 221 (86.72% from 255 or 61.05% from 362); Max value from RGB is 221 - color contains mainly: blue. Hex color #008DDD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #008DDD is #FF7222. Grayscale: #6B6B6B. Windows color (decimal): -16740899 or 14519552. OLE color: 14519552.
HSL color Cylindrical-coordinate representation of color #008DDD: hue angle of 201.72º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008DDD is Cyan = 1, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 0 | 141 | 221 | - |
| CMYK | 1 | 0.36 | 0 | 0.13 |
| HSL | 201.72º | 1% | 0.43% | - |
| HSV(B) | 201.72º | 1% | 0.87% | - |
| XYZ | 22.58 | 24.27 | 71.9 | - |
| YUV | 107.96 | 191.79 | 51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 141 | 221 | 1 | 0.36 | 0 | 0.13 | 201.72 | 1 | 0.43 |
| Hex | 0 | 8D | DD | 64 | 24 | 0 | D | CA | 64 | 2B |
| Octal | 0 | 215 | 335 | 144 | 44 | 0 | 15 | 312 | 144 | 53 |
| Binary | 0 | 10001101 | 11011101 | 1100100 | 100100 | 0 | 1101 | 11001010 | 1100100 | 101011 |
Color Harmonies of #008DDD
Complementary color
Monochromatic Colors of #008DDD
Black with #008DDD
Text Example
Text Example
White with #008DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008DDD; }
p { color: rgb(0,141,221); }
H1.HeaderClassName
{
color: #008DDD;
}
.AnyTagClassName
{
color: #008DDD;
}
</style>
background-color css
<style>
a { background-color: #008DDD; }
a { background-color: rgb(0,141,221); }
div.DivClassName
{
background-color: #008DDD;
}
.BgClassName
{
background-color: #008DDD;
}
</style>
border-color css
<style>
span { border-color: #008DDD; }
span { border-color: rgb(0,141,221); }
td.TdClassName
{
border-color: #008DDD;
}
.TagClassName
{
border-color: #008DDD;
}
</style>