Shades of Pacific Blue #008FCC
Tints of Pacific Blue #008FCC
RGB
CMYK
RGB Variations
Color information
#008FCC (or 0x008FCC) is known color: Pacific Blue. HEX triplet: 00, 8F and CC. RGB value is (0,143,204). Sum of RGB (Red+Green+Blue) = 0+143+204=347 (45% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 347); Green value is 143 (56.25% from 255 or 41.21% from 347); Blue value is 204 (80.08% from 255 or 58.79% from 347); Max value from RGB is 204 - color contains mainly: blue. Hex color #008FCC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #008FCC is #FF7033. Grayscale: #6A6A6A. Windows color (decimal): -16740404 or 13405952. OLE color: 13405952.
HSL color Cylindrical-coordinate representation of color #008FCC: hue angle of 197.94º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008FCC is Cyan = 1, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
RGB | 0 | 143 | 204 | - |
CMYK | 1 | 0.30 | 0 | 0.2 |
HSL | 197.94º | 1% | 0.4% | - |
HSV(B) | 197.94º | 1% | 0.8% | - |
XYZ | 20.72 | 24 | 60.67 | - |
YUV | 107.2 | 182.62 | 51.54 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 0 | 143 | 204 | 1 | 0.30 | 0 | 0.2 | 197.94 | 1 | 0.4 |
Hex | 0 | 8F | CC | 64 | 1E | 0 | 14 | C6 | 64 | 28 |
Octal | 0 | 217 | 314 | 144 | 36 | 0 | 24 | 306 | 144 | 50 |
Binary | 0 | 10001111 | 11001100 | 1100100 | 11110 | 0 | 10100 | 11000110 | 1100100 | 101000 |
Color Harmonies of #008FCC
Complementary color
Monochromatic Colors of #008FCC
Black with #008FCC
Text Example
Text Example
White with #008FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008FCC; }
p { color: rgb(0,143,204); }
H1.HeaderClassName
{
color: #008FCC;
}
.AnyTagClassName
{
color: #008FCC;
}
</style>
background-color css
<style>
a { background-color: #008FCC; }
a { background-color: rgb(0,143,204); }
div.DivClassName
{
background-color: #008FCC;
}
.BgClassName
{
background-color: #008FCC;
}
</style>
border-color css
<style>
span { border-color: #008FCC; }
span { border-color: rgb(0,143,204); }
td.TdClassName
{
border-color: #008FCC;
}
.TagClassName
{
border-color: #008FCC;
}
</style>