Shades of Pacific Blue #078DCB
Tints of Pacific Blue #078DCB
RGB
CMYK
RGB Variations
Color information
#078DCB (or 0x078DCB) is known color: Pacific Blue. HEX triplet: 07, 8D and CB. RGB value is (7,141,203). Sum of RGB (Red+Green+Blue) = 7+141+203=351 (46% of max value = 765). Red value is 7 (3.12% from 255 or 1.99% from 351); Green value is 141 (55.47% from 255 or 40.17% from 351); Blue value is 203 (79.69% from 255 or 57.83% from 351); Max value from RGB is 203 - color contains mainly: blue. Hex color #078DCB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #078DCB is #F87234. Grayscale: #6B6B6B. Windows color (decimal): -16282165 or 13339911. OLE color: 13339911.
HSL color Cylindrical-coordinate representation of color #078DCB: hue angle of 198.98º 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 #078DCB is Cyan = 0.97, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 7 | 141 | 203 | - |
| CMYK | 0.97 | 0.31 | 0 | 0.20 |
| HSL | 198.98º | 0.93% | 0.41% | - |
| HSV(B) | 198.98º | 0.97% | 0.8% | - |
| XYZ | 20.39 | 23.41 | 59.94 | - |
| YUV | 108 | 181.61 | 55.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 141 | 203 | 0.97 | 0.31 | 0 | 0.20 | 198.98 | 0.93 | 0.41 |
| Hex | 7 | 8D | CB | 61 | 1F | 0 | 14 | C7 | 5D | 29 |
| Octal | 7 | 215 | 313 | 141 | 37 | 0 | 24 | 307 | 135 | 51 |
| Binary | 111 | 10001101 | 11001011 | 1100001 | 11111 | 0 | 10100 | 11000111 | 1011101 | 101001 |
Color Harmonies of #078DCB
Complementary color
Monochromatic Colors of #078DCB
Black with #078DCB
Text Example
Text Example
White with #078DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #078DCB; }
p { color: rgb(7,141,203); }
H1.HeaderClassName
{
color: #078DCB;
}
.AnyTagClassName
{
color: #078DCB;
}
</style>
background-color css
<style>
a { background-color: #078DCB; }
a { background-color: rgb(7,141,203); }
div.DivClassName
{
background-color: #078DCB;
}
.BgClassName
{
background-color: #078DCB;
}
</style>
border-color css
<style>
span { border-color: #078DCB; }
span { border-color: rgb(7,141,203); }
td.TdClassName
{
border-color: #078DCB;
}
.TagClassName
{
border-color: #078DCB;
}
</style>