Shades of Pacific Blue #07A4C0
Tints of Pacific Blue #07A4C0
RGB
CMYK
RGB Variations
Color information
#07A4C0 (or 0x07A4C0) is known color: Pacific Blue. HEX triplet: 07, A4 and C0. RGB value is (7,164,192). Sum of RGB (Red+Green+Blue) = 7+164+192=363 (48% of max value = 765). Red value is 7 (3.12% from 255 or 1.93% from 363); Green value is 164 (64.45% from 255 or 45.18% from 363); Blue value is 192 (75.39% from 255 or 52.89% from 363); Max value from RGB is 192 - color contains mainly: blue. Hex color #07A4C0 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #07A4C0 is #F85B3F. Grayscale: #777777. Windows color (decimal): -16276288 or 12624903. OLE color: 12624903.
HSL color Cylindrical-coordinate representation of color #07A4C0: hue angle of 189.08º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07A4C0 is Cyan = 0.96, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 7 | 164 | 192 | - |
| CMYK | 0.96 | 0.15 | 0 | 0.25 |
| HSL | 189.08º | 0.93% | 0.39% | - |
| HSV(B) | 189.08º | 0.96% | 0.75% | - |
| XYZ | 22.88 | 30.4 | 54.53 | - |
| YUV | 120.25 | 168.49 | 47.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 164 | 192 | 0.96 | 0.15 | 0 | 0.25 | 189.08 | 0.93 | 0.39 |
| Hex | 7 | A4 | C0 | 60 | F | 0 | 19 | BD | 5D | 27 |
| Octal | 7 | 244 | 300 | 140 | 17 | 0 | 31 | 275 | 135 | 47 |
| Binary | 111 | 10100100 | 11000000 | 1100000 | 1111 | 0 | 11001 | 10111101 | 1011101 | 100111 |
Color Harmonies of #07A4C0
Complementary color
Monochromatic Colors of #07A4C0
Black with #07A4C0
Text Example
Text Example
White with #07A4C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07A4C0; }
p { color: rgb(7,164,192); }
H1.HeaderClassName
{
color: #07A4C0;
}
.AnyTagClassName
{
color: #07A4C0;
}
</style>
background-color css
<style>
a { background-color: #07A4C0; }
a { background-color: rgb(7,164,192); }
div.DivClassName
{
background-color: #07A4C0;
}
.BgClassName
{
background-color: #07A4C0;
}
</style>
border-color css
<style>
span { border-color: #07A4C0; }
span { border-color: rgb(7,164,192); }
td.TdClassName
{
border-color: #07A4C0;
}
.TagClassName
{
border-color: #07A4C0;
}
</style>