Shades of Pacific Blue #07A0C5
Tints of Pacific Blue #07A0C5
RGB
CMYK
RGB Variations
Color information
#07A0C5 (or 0x07A0C5) is known color: Pacific Blue. HEX triplet: 07, A0 and C5. RGB value is (7,160,197). Sum of RGB (Red+Green+Blue) = 7+160+197=364 (48% of max value = 765). Red value is 7 (3.12% from 255 or 1.92% from 364); Green value is 160 (62.89% from 255 or 43.96% from 364); Blue value is 197 (77.34% from 255 or 54.12% from 364); Max value from RGB is 197 - color contains mainly: blue. Hex color #07A0C5 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #07A0C5 is #F85F3A. Grayscale: #767676. Windows color (decimal): -16277307 or 12951559. OLE color: 12951559.
HSL color Cylindrical-coordinate representation of color #07A0C5: hue angle of 191.68º degrees, saturation: 0.93, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07A0C5 is Cyan = 0.96, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 7 | 160 | 197 | - |
| CMYK | 0.96 | 0.19 | 0 | 0.23 |
| HSL | 191.68º | 0.93% | 0.4% | - |
| HSV(B) | 191.68º | 0.96% | 0.77% | - |
| XYZ | 22.74 | 29.22 | 57.26 | - |
| YUV | 118.47 | 172.31 | 48.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 160 | 197 | 0.96 | 0.19 | 0 | 0.23 | 191.68 | 0.93 | 0.4 |
| Hex | 7 | A0 | C5 | 60 | 13 | 0 | 17 | C0 | 5D | 28 |
| Octal | 7 | 240 | 305 | 140 | 23 | 0 | 27 | 300 | 135 | 50 |
| Binary | 111 | 10100000 | 11000101 | 1100000 | 10011 | 0 | 10111 | 11000000 | 1011101 | 101000 |
Color Harmonies of #07A0C5
Complementary color
Monochromatic Colors of #07A0C5
Black with #07A0C5
Text Example
Text Example
White with #07A0C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07A0C5; }
p { color: rgb(7,160,197); }
H1.HeaderClassName
{
color: #07A0C5;
}
.AnyTagClassName
{
color: #07A0C5;
}
</style>
background-color css
<style>
a { background-color: #07A0C5; }
a { background-color: rgb(7,160,197); }
div.DivClassName
{
background-color: #07A0C5;
}
.BgClassName
{
background-color: #07A0C5;
}
</style>
border-color css
<style>
span { border-color: #07A0C5; }
span { border-color: rgb(7,160,197); }
td.TdClassName
{
border-color: #07A0C5;
}
.TagClassName
{
border-color: #07A0C5;
}
</style>