Shades of Pacific Blue #078ACE
Tints of Pacific Blue #078ACE
RGB
CMYK
RGB Variations
Color information
#078ACE (or 0x078ACE) is known color: Pacific Blue. HEX triplet: 07, 8A and CE. RGB value is (7,138,206). Sum of RGB (Red+Green+Blue) = 7+138+206=351 (46% of max value = 765). Red value is 7 (3.12% from 255 or 1.99% from 351); Green value is 138 (54.30% from 255 or 39.32% from 351); Blue value is 206 (80.86% from 255 or 58.69% from 351); Max value from RGB is 206 - color contains mainly: blue. Hex color #078ACE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #078ACE is #F87531. Grayscale: #6A6A6A. Windows color (decimal): -16282930 or 13535751. OLE color: 13535751.
HSL color Cylindrical-coordinate representation of color #078ACE: hue angle of 200.5º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #078ACE is Cyan = 0.97, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 7 | 138 | 206 | - |
| CMYK | 0.97 | 0.33 | 0 | 0.19 |
| HSL | 200.5º | 0.93% | 0.42% | - |
| HSV(B) | 200.5º | 0.97% | 0.81% | - |
| XYZ | 20.32 | 22.68 | 61.7 | - |
| YUV | 106.58 | 184.1 | 56.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 138 | 206 | 0.97 | 0.33 | 0 | 0.19 | 200.5 | 0.93 | 0.42 |
| Hex | 7 | 8A | CE | 61 | 21 | 0 | 13 | C9 | 5D | 2A |
| Octal | 7 | 212 | 316 | 141 | 41 | 0 | 23 | 311 | 135 | 52 |
| Binary | 111 | 10001010 | 11001110 | 1100001 | 100001 | 0 | 10011 | 11001001 | 1011101 | 101010 |
Color Harmonies of #078ACE
Complementary color
Monochromatic Colors of #078ACE
Black with #078ACE
Text Example
Text Example
White with #078ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #078ACE; }
p { color: rgb(7,138,206); }
H1.HeaderClassName
{
color: #078ACE;
}
.AnyTagClassName
{
color: #078ACE;
}
</style>
background-color css
<style>
a { background-color: #078ACE; }
a { background-color: rgb(7,138,206); }
div.DivClassName
{
background-color: #078ACE;
}
.BgClassName
{
background-color: #078ACE;
}
</style>
border-color css
<style>
span { border-color: #078ACE; }
span { border-color: rgb(7,138,206); }
td.TdClassName
{
border-color: #078ACE;
}
.TagClassName
{
border-color: #078ACE;
}
</style>