Shades of Pacific Blue #008FDF
Tints of Pacific Blue #008FDF
RGB
CMYK
RGB Variations
Color information
#008FDF (or 0x008FDF) is known color: Pacific Blue. HEX triplet: 00, 8F and DF. RGB value is (0,143,223). Sum of RGB (Red+Green+Blue) = 0+143+223=366 (48% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 366); Green value is 143 (56.25% from 255 or 39.07% from 366); Blue value is 223 (87.5% from 255 or 60.93% from 366); Max value from RGB is 223 - color contains mainly: blue. Hex color #008FDF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #008FDF is #FF7020. Grayscale: #6C6C6C. Windows color (decimal): -16740385 or 14651136. OLE color: 14651136.
HSL color Cylindrical-coordinate representation of color #008FDF: hue angle of 201.52º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008FDF is Cyan = 1, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 0 | 143 | 223 | - |
| CMYK | 1 | 0.36 | 0 | 0.13 |
| HSL | 201.52º | 1% | 0.44% | - |
| HSV(B) | 201.52º | 1% | 0.87% | - |
| XYZ | 23.14 | 24.97 | 73.41 | - |
| YUV | 109.36 | 192.12 | 50 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 143 | 223 | 1 | 0.36 | 0 | 0.13 | 201.52 | 1 | 0.44 |
| Hex | 0 | 8F | DF | 64 | 24 | 0 | D | CA | 64 | 2C |
| Octal | 0 | 217 | 337 | 144 | 44 | 0 | 15 | 312 | 144 | 54 |
| Binary | 0 | 10001111 | 11011111 | 1100100 | 100100 | 0 | 1101 | 11001010 | 1100100 | 101100 |
Color Harmonies of #008FDF
Complementary color
Monochromatic Colors of #008FDF
Black with #008FDF
Text Example
Text Example
White with #008FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008FDF; }
p { color: rgb(0,143,223); }
H1.HeaderClassName
{
color: #008FDF;
}
.AnyTagClassName
{
color: #008FDF;
}
</style>
background-color css
<style>
a { background-color: #008FDF; }
a { background-color: rgb(0,143,223); }
div.DivClassName
{
background-color: #008FDF;
}
.BgClassName
{
background-color: #008FDF;
}
</style>
border-color css
<style>
span { border-color: #008FDF; }
span { border-color: rgb(0,143,223); }
td.TdClassName
{
border-color: #008FDF;
}
.TagClassName
{
border-color: #008FDF;
}
</style>