Shades of Pacific Blue #008FD3
Tints of Pacific Blue #008FD3
RGB
CMYK
RGB Variations
Color information
#008FD3 (or 0x008FD3) is known color: Pacific Blue. HEX triplet: 00, 8F and D3. RGB value is (0,143,211). Sum of RGB (Red+Green+Blue) = 0+143+211=354 (46% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 354); Green value is 143 (56.25% from 255 or 40.40% from 354); Blue value is 211 (82.81% from 255 or 59.60% from 354); Max value from RGB is 211 - color contains mainly: blue. Hex color #008FD3 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #008FD3 is #FF702C. Grayscale: #6B6B6B. Windows color (decimal): -16740397 or 13864704. OLE color: 13864704.
HSL color Cylindrical-coordinate representation of color #008FD3: hue angle of 199.34º 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 #008FD3 is Cyan = 1, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 0 | 143 | 211 | - |
| CMYK | 1 | 0.32 | 0 | 0.17 |
| HSL | 199.34º | 1% | 0.41% | - |
| HSV(B) | 199.34º | 1% | 0.83% | - |
| XYZ | 21.58 | 24.35 | 65.19 | - |
| YUV | 108 | 186.12 | 50.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 143 | 211 | 1 | 0.32 | 0 | 0.17 | 199.34 | 1 | 0.41 |
| Hex | 0 | 8F | D3 | 64 | 20 | 0 | 11 | C7 | 64 | 29 |
| Octal | 0 | 217 | 323 | 144 | 40 | 0 | 21 | 307 | 144 | 51 |
| Binary | 0 | 10001111 | 11010011 | 1100100 | 100000 | 0 | 10001 | 11000111 | 1100100 | 101001 |
Color Harmonies of #008FD3
Complementary color
Monochromatic Colors of #008FD3
Black with #008FD3
Text Example
Text Example
White with #008FD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008FD3; }
p { color: rgb(0,143,211); }
H1.HeaderClassName
{
color: #008FD3;
}
.AnyTagClassName
{
color: #008FD3;
}
</style>
background-color css
<style>
a { background-color: #008FD3; }
a { background-color: rgb(0,143,211); }
div.DivClassName
{
background-color: #008FD3;
}
.BgClassName
{
background-color: #008FD3;
}
</style>
border-color css
<style>
span { border-color: #008FD3; }
span { border-color: rgb(0,143,211); }
td.TdClassName
{
border-color: #008FD3;
}
.TagClassName
{
border-color: #008FD3;
}
</style>