Shades of Pacific Blue #0793CF
Tints of Pacific Blue #0793CF
RGB
CMYK
RGB Variations
Color information
#0793CF (or 0x0793CF) is known color: Pacific Blue. HEX triplet: 07, 93 and CF. RGB value is (7,147,207). Sum of RGB (Red+Green+Blue) = 7+147+207=361 (47% of max value = 765). Red value is 7 (3.12% from 255 or 1.94% from 361); Green value is 147 (57.81% from 255 or 40.72% from 361); Blue value is 207 (81.25% from 255 or 57.34% from 361); Max value from RGB is 207 - color contains mainly: blue. Hex color #0793CF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0793CF is #F86C30. Grayscale: #6F6F6F. Windows color (decimal): -16280625 or 13603591. OLE color: 13603591.
HSL color Cylindrical-coordinate representation of color #0793CF: hue angle of 198º 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 #0793CF is Cyan = 0.97, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 7 | 147 | 207 | - |
| CMYK | 0.97 | 0.29 | 0 | 0.19 |
| HSL | 198º | 0.93% | 0.42% | - |
| HSV(B) | 198º | 0.97% | 0.81% | - |
| XYZ | 21.78 | 25.42 | 62.79 | - |
| YUV | 111.98 | 181.62 | 53.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 147 | 207 | 0.97 | 0.29 | 0 | 0.19 | 198 | 0.93 | 0.42 |
| Hex | 7 | 93 | CF | 61 | 1D | 0 | 13 | C6 | 5D | 2A |
| Octal | 7 | 223 | 317 | 141 | 35 | 0 | 23 | 306 | 135 | 52 |
| Binary | 111 | 10010011 | 11001111 | 1100001 | 11101 | 0 | 10011 | 11000110 | 1011101 | 101010 |
Color Harmonies of #0793CF
Complementary color
Monochromatic Colors of #0793CF
Black with #0793CF
Text Example
Text Example
White with #0793CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0793CF; }
p { color: rgb(7,147,207); }
H1.HeaderClassName
{
color: #0793CF;
}
.AnyTagClassName
{
color: #0793CF;
}
</style>
background-color css
<style>
a { background-color: #0793CF; }
a { background-color: rgb(7,147,207); }
div.DivClassName
{
background-color: #0793CF;
}
.BgClassName
{
background-color: #0793CF;
}
</style>
border-color css
<style>
span { border-color: #0793CF; }
span { border-color: rgb(7,147,207); }
td.TdClassName
{
border-color: #0793CF;
}
.TagClassName
{
border-color: #0793CF;
}
</style>