Shades of Pacific Blue #008FD5
Tints of Pacific Blue #008FD5
RGB
CMYK
RGB Variations
Color information
#008FD5 (or 0x008FD5) is known color: Pacific Blue. HEX triplet: 00, 8F and D5. RGB value is (0,143,213). Sum of RGB (Red+Green+Blue) = 0+143+213=356 (47% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 356); Green value is 143 (56.25% from 255 or 40.17% from 356); Blue value is 213 (83.59% from 255 or 59.83% from 356); Max value from RGB is 213 - color contains mainly: blue. Hex color #008FD5 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #008FD5 is #FF702A. Grayscale: #6B6B6B. Windows color (decimal): -16740395 or 13995776. OLE color: 13995776.
HSL color Cylindrical-coordinate representation of color #008FD5: hue angle of 199.72º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008FD5 is Cyan = 1, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 0 | 143 | 213 | - |
| CMYK | 1 | 0.33 | 0 | 0.16 |
| HSL | 199.72º | 1% | 0.42% | - |
| HSV(B) | 199.72º | 1% | 0.84% | - |
| XYZ | 21.83 | 24.45 | 66.52 | - |
| YUV | 108.22 | 187.12 | 50.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 143 | 213 | 1 | 0.33 | 0 | 0.16 | 199.72 | 1 | 0.42 |
| Hex | 0 | 8F | D5 | 64 | 21 | 0 | 10 | C8 | 64 | 2A |
| Octal | 0 | 217 | 325 | 144 | 41 | 0 | 20 | 310 | 144 | 52 |
| Binary | 0 | 10001111 | 11010101 | 1100100 | 100001 | 0 | 10000 | 11001000 | 1100100 | 101010 |
Color Harmonies of #008FD5
Complementary color
Monochromatic Colors of #008FD5
Black with #008FD5
Text Example
Text Example
White with #008FD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008FD5; }
p { color: rgb(0,143,213); }
H1.HeaderClassName
{
color: #008FD5;
}
.AnyTagClassName
{
color: #008FD5;
}
</style>
background-color css
<style>
a { background-color: #008FD5; }
a { background-color: rgb(0,143,213); }
div.DivClassName
{
background-color: #008FD5;
}
.BgClassName
{
background-color: #008FD5;
}
</style>
border-color css
<style>
span { border-color: #008FD5; }
span { border-color: rgb(0,143,213); }
td.TdClassName
{
border-color: #008FD5;
}
.TagClassName
{
border-color: #008FD5;
}
</style>