Shades of Pacific Blue #07A0D7
Tints of Pacific Blue #07A0D7
RGB
CMYK
RGB Variations
Color information
#07A0D7 (or 0x07A0D7) is known color: Pacific Blue. HEX triplet: 07, A0 and D7. RGB value is (7,160,215). Sum of RGB (Red+Green+Blue) = 7+160+215=382 (50% of max value = 765). Red value is 7 (3.12% from 255 or 1.83% from 382); Green value is 160 (62.89% from 255 or 41.88% from 382); Blue value is 215 (84.38% from 255 or 56.28% from 382); Max value from RGB is 215 - color contains mainly: blue. Hex color #07A0D7 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #07A0D7 is #F85F28. Grayscale: #787878. Windows color (decimal): -16277289 or 14131207. OLE color: 14131207.
HSL color Cylindrical-coordinate representation of color #07A0D7: hue angle of 195.87º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07A0D7 is Cyan = 0.97, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 7 | 160 | 215 | - |
| CMYK | 0.97 | 0.26 | 0 | 0.16 |
| HSL | 195.87º | 0.94% | 0.44% | - |
| HSV(B) | 195.87º | 0.97% | 0.84% | - |
| XYZ | 24.92 | 30.09 | 68.78 | - |
| YUV | 120.52 | 181.31 | 47.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 160 | 215 | 0.97 | 0.26 | 0 | 0.16 | 195.87 | 0.94 | 0.44 |
| Hex | 7 | A0 | D7 | 61 | 1A | 0 | 10 | C4 | 5E | 2C |
| Octal | 7 | 240 | 327 | 141 | 32 | 0 | 20 | 304 | 136 | 54 |
| Binary | 111 | 10100000 | 11010111 | 1100001 | 11010 | 0 | 10000 | 11000100 | 1011110 | 101100 |
Color Harmonies of #07A0D7
Complementary color
Monochromatic Colors of #07A0D7
Black with #07A0D7
Text Example
Text Example
White with #07A0D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07A0D7; }
p { color: rgb(7,160,215); }
H1.HeaderClassName
{
color: #07A0D7;
}
.AnyTagClassName
{
color: #07A0D7;
}
</style>
background-color css
<style>
a { background-color: #07A0D7; }
a { background-color: rgb(7,160,215); }
div.DivClassName
{
background-color: #07A0D7;
}
.BgClassName
{
background-color: #07A0D7;
}
</style>
border-color css
<style>
span { border-color: #07A0D7; }
span { border-color: rgb(7,160,215); }
td.TdClassName
{
border-color: #07A0D7;
}
.TagClassName
{
border-color: #07A0D7;
}
</style>