Shades of Pacific Blue #008FCB
Tints of Pacific Blue #008FCB
RGB
CMYK
RGB Variations
Color information
#008FCB (or 0x008FCB) is known color: Pacific Blue. HEX triplet: 00, 8F and CB. RGB value is (0,143,203). Sum of RGB (Red+Green+Blue) = 0+143+203=346 (45% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 346); Green value is 143 (56.25% from 255 or 41.33% from 346); Blue value is 203 (79.69% from 255 or 58.67% from 346); Max value from RGB is 203 - color contains mainly: blue. Hex color #008FCB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #008FCB is #FF7034. Grayscale: #6A6A6A. Windows color (decimal): -16740405 or 13340416. OLE color: 13340416.
HSL color Cylindrical-coordinate representation of color #008FCB: hue angle of 197.73º 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 #008FCB is Cyan = 1, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
RGB | 0 | 143 | 203 | - |
CMYK | 1 | 0.30 | 0 | 0.20 |
HSL | 197.73º | 1% | 0.4% | - |
HSV(B) | 197.73º | 1% | 0.8% | - |
XYZ | 20.6 | 23.96 | 60.04 | - |
YUV | 107.08 | 182.12 | 51.62 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 0 | 143 | 203 | 1 | 0.30 | 0 | 0.20 | 197.73 | 1 | 0.4 |
Hex | 0 | 8F | CB | 64 | 1E | 0 | 14 | C6 | 64 | 28 |
Octal | 0 | 217 | 313 | 144 | 36 | 0 | 24 | 306 | 144 | 50 |
Binary | 0 | 10001111 | 11001011 | 1100100 | 11110 | 0 | 10100 | 11000110 | 1100100 | 101000 |
Color Harmonies of #008FCB
Complementary color
Monochromatic Colors of #008FCB
Black with #008FCB
Text Example
Text Example
White with #008FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008FCB; }
p { color: rgb(0,143,203); }
H1.HeaderClassName
{
color: #008FCB;
}
.AnyTagClassName
{
color: #008FCB;
}
</style>
background-color css
<style>
a { background-color: #008FCB; }
a { background-color: rgb(0,143,203); }
div.DivClassName
{
background-color: #008FCB;
}
.BgClassName
{
background-color: #008FCB;
}
</style>
border-color css
<style>
span { border-color: #008FCB; }
span { border-color: rgb(0,143,203); }
td.TdClassName
{
border-color: #008FCB;
}
.TagClassName
{
border-color: #008FCB;
}
</style>