Shades of Pacific Blue #0797CF
Tints of Pacific Blue #0797CF
RGB
CMYK
RGB Variations
Color information
#0797CF (or 0x0797CF) is known color: Pacific Blue. HEX triplet: 07, 97 and CF. RGB value is (7,151,207). Sum of RGB (Red+Green+Blue) = 7+151+207=365 (48% of max value = 765). Red value is 7 (3.12% from 255 or 1.92% from 365); Green value is 151 (59.38% from 255 or 41.37% from 365); Blue value is 207 (81.25% from 255 or 56.71% from 365); Max value from RGB is 207 - color contains mainly: blue. Hex color #0797CF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0797CF is #F86830. Grayscale: #717171. Windows color (decimal): -16279601 or 13604615. OLE color: 13604615.
HSL color Cylindrical-coordinate representation of color #0797CF: hue angle of 196.8º 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 #0797CF is Cyan = 0.97, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 7 | 151 | 207 | - |
| CMYK | 0.97 | 0.27 | 0 | 0.19 |
| HSL | 196.8º | 0.93% | 0.42% | - |
| HSV(B) | 196.8º | 0.97% | 0.81% | - |
| XYZ | 22.42 | 26.68 | 63 | - |
| YUV | 114.33 | 180.29 | 51.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 151 | 207 | 0.97 | 0.27 | 0 | 0.19 | 196.8 | 0.93 | 0.42 |
| Hex | 7 | 97 | CF | 61 | 1B | 0 | 13 | C5 | 5D | 2A |
| Octal | 7 | 227 | 317 | 141 | 33 | 0 | 23 | 305 | 135 | 52 |
| Binary | 111 | 10010111 | 11001111 | 1100001 | 11011 | 0 | 10011 | 11000101 | 1011101 | 101010 |
Color Harmonies of #0797CF
Complementary color
Monochromatic Colors of #0797CF
Black with #0797CF
Text Example
Text Example
White with #0797CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0797CF; }
p { color: rgb(7,151,207); }
H1.HeaderClassName
{
color: #0797CF;
}
.AnyTagClassName
{
color: #0797CF;
}
</style>
background-color css
<style>
a { background-color: #0797CF; }
a { background-color: rgb(7,151,207); }
div.DivClassName
{
background-color: #0797CF;
}
.BgClassName
{
background-color: #0797CF;
}
</style>
border-color css
<style>
span { border-color: #0797CF; }
span { border-color: rgb(7,151,207); }
td.TdClassName
{
border-color: #0797CF;
}
.TagClassName
{
border-color: #0797CF;
}
</style>