Shades of Pacific Blue #008FC3
Tints of Pacific Blue #008FC3
RGB
CMYK
RGB Variations
Color information
#008FC3 (or 0x008FC3) is known color: Pacific Blue. HEX triplet: 00, 8F and C3. RGB value is (0,143,195). Sum of RGB (Red+Green+Blue) = 0+143+195=338 (44% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 338); Green value is 143 (56.25% from 255 or 42.31% from 338); Blue value is 195 (76.56% from 255 or 57.69% from 338); Max value from RGB is 195 - color contains mainly: blue. Hex color #008FC3 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #008FC3 is #FF703C. Grayscale: #696969. Windows color (decimal): -16740413 or 12816128. OLE color: 12816128.
HSL color Cylindrical-coordinate representation of color #008FC3: hue angle of 196º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008FC3 is Cyan = 1, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 0 | 143 | 195 | - |
| CMYK | 1 | 0.27 | 0 | 0.24 |
| HSL | 196º | 1% | 0.38% | - |
| HSV(B) | 196º | 1% | 0.76% | - |
| XYZ | 19.67 | 23.59 | 55.15 | - |
| YUV | 106.17 | 178.12 | 52.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 143 | 195 | 1 | 0.27 | 0 | 0.24 | 196 | 1 | 0.38 |
| Hex | 0 | 8F | C3 | 64 | 1B | 0 | 18 | C4 | 64 | 26 |
| Octal | 0 | 217 | 303 | 144 | 33 | 0 | 30 | 304 | 144 | 46 |
| Binary | 0 | 10001111 | 11000011 | 1100100 | 11011 | 0 | 11000 | 11000100 | 1100100 | 100110 |
Color Harmonies of #008FC3
Complementary color
Monochromatic Colors of #008FC3
Black with #008FC3
Text Example
Text Example
White with #008FC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008FC3; }
p { color: rgb(0,143,195); }
H1.HeaderClassName
{
color: #008FC3;
}
.AnyTagClassName
{
color: #008FC3;
}
</style>
background-color css
<style>
a { background-color: #008FC3; }
a { background-color: rgb(0,143,195); }
div.DivClassName
{
background-color: #008FC3;
}
.BgClassName
{
background-color: #008FC3;
}
</style>
border-color css
<style>
span { border-color: #008FC3; }
span { border-color: rgb(0,143,195); }
td.TdClassName
{
border-color: #008FC3;
}
.TagClassName
{
border-color: #008FC3;
}
</style>