Shades of Pacific Blue #0799E6
Tints of Pacific Blue #0799E6
RGB
CMYK
RGB Variations
Color information
#0799E6 (or 0x0799E6) is known color: Pacific Blue. HEX triplet: 07, 99 and E6. RGB value is (7,153,230). Sum of RGB (Red+Green+Blue) = 7+153+230=390 (51% of max value = 765). Red value is 7 (3.12% from 255 or 1.79% from 390); Green value is 153 (60.16% from 255 or 39.23% from 390); Blue value is 230 (90.23% from 255 or 58.97% from 390); Max value from RGB is 230 - color contains mainly: blue. Hex color #0799E6 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0799E6 is #F86619. Grayscale: #757575. Windows color (decimal): -16279066 or 15112455. OLE color: 15112455.
HSL color Cylindrical-coordinate representation of color #0799E6: hue angle of 200.72º degrees, saturation: 0.94, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0799E6 is Cyan = 0.97, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 7 | 153 | 230 | - |
| CMYK | 0.97 | 0.33 | 0 | 0.10 |
| HSL | 200.72º | 0.94% | 0.46% | - |
| HSV(B) | 200.72º | 0.97% | 0.9% | - |
| XYZ | 25.76 | 28.54 | 79.01 | - |
| YUV | 118.12 | 191.13 | 48.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 153 | 230 | 0.97 | 0.33 | 0 | 0.10 | 200.72 | 0.94 | 0.46 |
| Hex | 7 | 99 | E6 | 61 | 21 | 0 | A | C9 | 5E | 2E |
| Octal | 7 | 231 | 346 | 141 | 41 | 0 | 12 | 311 | 136 | 56 |
| Binary | 111 | 10011001 | 11100110 | 1100001 | 100001 | 0 | 1010 | 11001001 | 1011110 | 101110 |
Color Harmonies of #0799E6
Complementary color
Monochromatic Colors of #0799E6
Black with #0799E6
Text Example
Text Example
White with #0799E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0799E6; }
p { color: rgb(7,153,230); }
H1.HeaderClassName
{
color: #0799E6;
}
.AnyTagClassName
{
color: #0799E6;
}
</style>
background-color css
<style>
a { background-color: #0799E6; }
a { background-color: rgb(7,153,230); }
div.DivClassName
{
background-color: #0799E6;
}
.BgClassName
{
background-color: #0799E6;
}
</style>
border-color css
<style>
span { border-color: #0799E6; }
span { border-color: rgb(7,153,230); }
td.TdClassName
{
border-color: #0799E6;
}
.TagClassName
{
border-color: #0799E6;
}
</style>