Shades of Pacific Blue #07A0CC
Tints of Pacific Blue #07A0CC
RGB
CMYK
RGB Variations
Color information
#07A0CC (or 0x07A0CC) is known color: Pacific Blue. HEX triplet: 07, A0 and CC. RGB value is (7,160,204). Sum of RGB (Red+Green+Blue) = 7+160+204=371 (49% of max value = 765). Red value is 7 (3.12% from 255 or 1.89% from 371); Green value is 160 (62.89% from 255 or 43.13% from 371); Blue value is 204 (80.08% from 255 or 54.99% from 371); Max value from RGB is 204 - color contains mainly: blue. Hex color #07A0CC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #07A0CC is #F85F33. Grayscale: #767676. Windows color (decimal): -16277300 or 13410311. OLE color: 13410311.
HSL color Cylindrical-coordinate representation of color #07A0CC: hue angle of 193.4º 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 #07A0CC is Cyan = 0.97, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 7 | 160 | 204 | - |
| CMYK | 0.97 | 0.22 | 0 | 0.2 |
| HSL | 193.4º | 0.93% | 0.41% | - |
| HSV(B) | 193.4º | 0.97% | 0.8% | - |
| XYZ | 23.56 | 29.55 | 61.59 | - |
| YUV | 119.27 | 175.81 | 47.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 160 | 204 | 0.97 | 0.22 | 0 | 0.2 | 193.4 | 0.93 | 0.41 |
| Hex | 7 | A0 | CC | 61 | 16 | 0 | 14 | C1 | 5D | 29 |
| Octal | 7 | 240 | 314 | 141 | 26 | 0 | 24 | 301 | 135 | 51 |
| Binary | 111 | 10100000 | 11001100 | 1100001 | 10110 | 0 | 10100 | 11000001 | 1011101 | 101001 |
Color Harmonies of #07A0CC
Complementary color
Monochromatic Colors of #07A0CC
Black with #07A0CC
Text Example
Text Example
White with #07A0CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07A0CC; }
p { color: rgb(7,160,204); }
H1.HeaderClassName
{
color: #07A0CC;
}
.AnyTagClassName
{
color: #07A0CC;
}
</style>
background-color css
<style>
a { background-color: #07A0CC; }
a { background-color: rgb(7,160,204); }
div.DivClassName
{
background-color: #07A0CC;
}
.BgClassName
{
background-color: #07A0CC;
}
</style>
border-color css
<style>
span { border-color: #07A0CC; }
span { border-color: rgb(7,160,204); }
td.TdClassName
{
border-color: #07A0CC;
}
.TagClassName
{
border-color: #07A0CC;
}
</style>