Shades of Pacific Blue #0799DB
Tints of Pacific Blue #0799DB
RGB
CMYK
RGB Variations
Color information
#0799DB (or 0x0799DB) is known color: Pacific Blue. HEX triplet: 07, 99 and DB. RGB value is (7,153,219). Sum of RGB (Red+Green+Blue) = 7+153+219=379 (50% of max value = 765). Red value is 7 (3.12% from 255 or 1.85% from 379); Green value is 153 (60.16% from 255 or 40.37% from 379); Blue value is 219 (85.94% from 255 or 57.78% from 379); Max value from RGB is 219 - color contains mainly: blue. Hex color #0799DB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0799DB is #F86624. Grayscale: #747474. Windows color (decimal): -16279077 or 14391559. OLE color: 14391559.
HSL color Cylindrical-coordinate representation of color #0799DB: hue angle of 198.68º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0799DB is Cyan = 0.97, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 7 | 153 | 219 | - |
| CMYK | 0.97 | 0.30 | 0 | 0.14 |
| HSL | 198.68º | 0.94% | 0.44% | - |
| HSV(B) | 198.68º | 0.97% | 0.86% | - |
| XYZ | 24.27 | 27.94 | 71.13 | - |
| YUV | 116.87 | 185.63 | 49.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 153 | 219 | 0.97 | 0.30 | 0 | 0.14 | 198.68 | 0.94 | 0.44 |
| Hex | 7 | 99 | DB | 61 | 1E | 0 | E | C7 | 5E | 2C |
| Octal | 7 | 231 | 333 | 141 | 36 | 0 | 16 | 307 | 136 | 54 |
| Binary | 111 | 10011001 | 11011011 | 1100001 | 11110 | 0 | 1110 | 11000111 | 1011110 | 101100 |
Color Harmonies of #0799DB
Complementary color
Monochromatic Colors of #0799DB
Black with #0799DB
Text Example
Text Example
White with #0799DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0799DB; }
p { color: rgb(7,153,219); }
H1.HeaderClassName
{
color: #0799DB;
}
.AnyTagClassName
{
color: #0799DB;
}
</style>
background-color css
<style>
a { background-color: #0799DB; }
a { background-color: rgb(7,153,219); }
div.DivClassName
{
background-color: #0799DB;
}
.BgClassName
{
background-color: #0799DB;
}
</style>
border-color css
<style>
span { border-color: #0799DB; }
span { border-color: rgb(7,153,219); }
td.TdClassName
{
border-color: #0799DB;
}
.TagClassName
{
border-color: #0799DB;
}
</style>