Shades of Pacific Blue #008FC9
Tints of Pacific Blue #008FC9
RGB
CMYK
RGB Variations
Color information
#008FC9 (or 0x008FC9) is known color: Pacific Blue. HEX triplet: 00, 8F and C9. RGB value is (0,143,201). Sum of RGB (Red+Green+Blue) = 0+143+201=344 (45% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 344); Green value is 143 (56.25% from 255 or 41.57% from 344); Blue value is 201 (78.91% from 255 or 58.43% from 344); Max value from RGB is 201 - color contains mainly: blue. Hex color #008FC9 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #008FC9 is #FF7036. Grayscale: #6A6A6A. Windows color (decimal): -16740407 or 13209344. OLE color: 13209344.
HSL color Cylindrical-coordinate representation of color #008FC9: hue angle of 197.31º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008FC9 is Cyan = 1, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 0 | 143 | 201 | - |
| CMYK | 1 | 0.29 | 0 | 0.21 |
| HSL | 197.31º | 1% | 0.39% | - |
| HSV(B) | 197.31º | 1% | 0.79% | - |
| XYZ | 20.37 | 23.86 | 58.79 | - |
| YUV | 106.86 | 181.12 | 51.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 143 | 201 | 1 | 0.29 | 0 | 0.21 | 197.31 | 1 | 0.39 |
| Hex | 0 | 8F | C9 | 64 | 1D | 0 | 15 | C5 | 64 | 27 |
| Octal | 0 | 217 | 311 | 144 | 35 | 0 | 25 | 305 | 144 | 47 |
| Binary | 0 | 10001111 | 11001001 | 1100100 | 11101 | 0 | 10101 | 11000101 | 1100100 | 100111 |
Color Harmonies of #008FC9
Complementary color
Monochromatic Colors of #008FC9
Black with #008FC9
Text Example
Text Example
White with #008FC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008FC9; }
p { color: rgb(0,143,201); }
H1.HeaderClassName
{
color: #008FC9;
}
.AnyTagClassName
{
color: #008FC9;
}
</style>
background-color css
<style>
a { background-color: #008FC9; }
a { background-color: rgb(0,143,201); }
div.DivClassName
{
background-color: #008FC9;
}
.BgClassName
{
background-color: #008FC9;
}
</style>
border-color css
<style>
span { border-color: #008FC9; }
span { border-color: rgb(0,143,201); }
td.TdClassName
{
border-color: #008FC9;
}
.TagClassName
{
border-color: #008FC9;
}
</style>