Shades of Pacific Blue #078ACD
Tints of Pacific Blue #078ACD
RGB
CMYK
RGB Variations
Color information
#078ACD (or 0x078ACD) is known color: Pacific Blue. HEX triplet: 07, 8A and CD. RGB value is (7,138,205). Sum of RGB (Red+Green+Blue) = 7+138+205=350 (46% of max value = 765). Red value is 7 (3.12% from 255 or 2% from 350); Green value is 138 (54.30% from 255 or 39.43% from 350); Blue value is 205 (80.47% from 255 or 58.57% from 350); Max value from RGB is 205 - color contains mainly: blue. Hex color #078ACD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #078ACD is #F87532. Grayscale: #6A6A6A. Windows color (decimal): -16282931 or 13470215. OLE color: 13470215.
HSL color Cylindrical-coordinate representation of color #078ACD: hue angle of 200.3º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #078ACD is Cyan = 0.97, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 7 | 138 | 205 | - |
| CMYK | 0.97 | 0.33 | 0 | 0.20 |
| HSL | 200.3º | 0.93% | 0.42% | - |
| HSV(B) | 200.3º | 0.97% | 0.8% | - |
| XYZ | 20.2 | 22.63 | 61.06 | - |
| YUV | 106.47 | 183.6 | 57.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 138 | 205 | 0.97 | 0.33 | 0 | 0.20 | 200.3 | 0.93 | 0.42 |
| Hex | 7 | 8A | CD | 61 | 21 | 0 | 14 | C8 | 5D | 2A |
| Octal | 7 | 212 | 315 | 141 | 41 | 0 | 24 | 310 | 135 | 52 |
| Binary | 111 | 10001010 | 11001101 | 1100001 | 100001 | 0 | 10100 | 11001000 | 1011101 | 101010 |
Color Harmonies of #078ACD
Complementary color
Monochromatic Colors of #078ACD
Black with #078ACD
Text Example
Text Example
White with #078ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #078ACD; }
p { color: rgb(7,138,205); }
H1.HeaderClassName
{
color: #078ACD;
}
.AnyTagClassName
{
color: #078ACD;
}
</style>
background-color css
<style>
a { background-color: #078ACD; }
a { background-color: rgb(7,138,205); }
div.DivClassName
{
background-color: #078ACD;
}
.BgClassName
{
background-color: #078ACD;
}
</style>
border-color css
<style>
span { border-color: #078ACD; }
span { border-color: rgb(7,138,205); }
td.TdClassName
{
border-color: #078ACD;
}
.TagClassName
{
border-color: #078ACD;
}
</style>