Shades of Pacific Blue #179FDB
Tints of Pacific Blue #179FDB
RGB
CMYK
RGB Variations
Color information
#179FDB (or 0x179FDB) is known color: Pacific Blue. HEX triplet: 17, 9F and DB. RGB value is (23,159,219). Sum of RGB (Red+Green+Blue) = 23+159+219=401 (53% of max value = 765). Red value is 23 (9.38% from 255 or 5.74% from 401); Green value is 159 (62.5% from 255 or 39.65% from 401); Blue value is 219 (85.94% from 255 or 54.61% from 401); Max value from RGB is 219 - color contains mainly: blue. Hex color #179FDB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #179FDB is #E86024. Grayscale: #7C7C7C. Windows color (decimal): -15228965 or 14393111. OLE color: 14393111.
HSL color Cylindrical-coordinate representation of color #179FDB: hue angle of 198.37º degrees, saturation: 0.81, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #179FDB is Cyan = 0.89, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 23 | 159 | 219 | - |
| CMYK | 0.89 | 0.27 | 0 | 0.14 |
| HSL | 198.37º | 0.81% | 0.47% | - |
| HSV(B) | 198.37º | 0.89% | 0.86% | - |
| XYZ | 25.54 | 30.09 | 71.48 | - |
| YUV | 125.18 | 180.94 | 55.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 159 | 219 | 0.89 | 0.27 | 0 | 0.14 | 198.37 | 0.81 | 0.47 |
| Hex | 17 | 9F | DB | 59 | 1B | 0 | E | C6 | 51 | 2F |
| Octal | 27 | 237 | 333 | 131 | 33 | 0 | 16 | 306 | 121 | 57 |
| Binary | 10111 | 10011111 | 11011011 | 1011001 | 11011 | 0 | 1110 | 11000110 | 1010001 | 101111 |
Color Harmonies of #179FDB
Complementary color
Monochromatic Colors of #179FDB
Black with #179FDB
Text Example
Text Example
White with #179FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #179FDB; }
p { color: rgb(23,159,219); }
H1.HeaderClassName
{
color: #179FDB;
}
.AnyTagClassName
{
color: #179FDB;
}
</style>
background-color css
<style>
a { background-color: #179FDB; }
a { background-color: rgb(23,159,219); }
div.DivClassName
{
background-color: #179FDB;
}
.BgClassName
{
background-color: #179FDB;
}
</style>
border-color css
<style>
span { border-color: #179FDB; }
span { border-color: rgb(23,159,219); }
td.TdClassName
{
border-color: #179FDB;
}
.TagClassName
{
border-color: #179FDB;
}
</style>