Shades of Pacific Blue #078CCC
Tints of Pacific Blue #078CCC
RGB
CMYK
RGB Variations
Color information
#078CCC (or 0x078CCC) is known color: Pacific Blue. HEX triplet: 07, 8C and CC. RGB value is (7,140,204). Sum of RGB (Red+Green+Blue) = 7+140+204=351 (46% of max value = 765). Red value is 7 (3.12% from 255 or 1.99% from 351); Green value is 140 (55.08% from 255 or 39.89% from 351); Blue value is 204 (80.08% from 255 or 58.12% from 351); Max value from RGB is 204 - color contains mainly: blue. Hex color #078CCC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #078CCC is #F87333. Grayscale: #6B6B6B. Windows color (decimal): -16282420 or 13405191. OLE color: 13405191.
HSL color Cylindrical-coordinate representation of color #078CCC: hue angle of 199.49º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #078CCC is Cyan = 0.97, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 7 | 140 | 204 | - |
| CMYK | 0.97 | 0.31 | 0 | 0.2 |
| HSL | 199.49º | 0.93% | 0.41% | - |
| HSV(B) | 199.49º | 0.97% | 0.8% | - |
| XYZ | 20.36 | 23.16 | 60.52 | - |
| YUV | 107.53 | 182.44 | 56.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 140 | 204 | 0.97 | 0.31 | 0 | 0.2 | 199.49 | 0.93 | 0.41 |
| Hex | 7 | 8C | CC | 61 | 1F | 0 | 14 | C7 | 5D | 29 |
| Octal | 7 | 214 | 314 | 141 | 37 | 0 | 24 | 307 | 135 | 51 |
| Binary | 111 | 10001100 | 11001100 | 1100001 | 11111 | 0 | 10100 | 11000111 | 1011101 | 101001 |
Color Harmonies of #078CCC
Complementary color
Monochromatic Colors of #078CCC
Black with #078CCC
Text Example
Text Example
White with #078CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #078CCC; }
p { color: rgb(7,140,204); }
H1.HeaderClassName
{
color: #078CCC;
}
.AnyTagClassName
{
color: #078CCC;
}
</style>
background-color css
<style>
a { background-color: #078CCC; }
a { background-color: rgb(7,140,204); }
div.DivClassName
{
background-color: #078CCC;
}
.BgClassName
{
background-color: #078CCC;
}
</style>
border-color css
<style>
span { border-color: #078CCC; }
span { border-color: rgb(7,140,204); }
td.TdClassName
{
border-color: #078CCC;
}
.TagClassName
{
border-color: #078CCC;
}
</style>