Shades of Pacific Blue #179FDC
Tints of Pacific Blue #179FDC
RGB
CMYK
RGB Variations
Color information
#179FDC (or 0x179FDC) is known color: Pacific Blue. HEX triplet: 17, 9F and DC. RGB value is (23,159,220). Sum of RGB (Red+Green+Blue) = 23+159+220=402 (53% of max value = 765). Red value is 23 (9.38% from 255 or 5.72% from 402); Green value is 159 (62.5% from 255 or 39.55% from 402); Blue value is 220 (86.33% from 255 or 54.73% from 402); Max value from RGB is 220 - color contains mainly: blue. Hex color #179FDC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #179FDC is #E86023. Grayscale: #7C7C7C. Windows color (decimal): -15228964 or 14458647. OLE color: 14458647.
HSL color Cylindrical-coordinate representation of color #179FDC: hue angle of 198.58º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #179FDC is Cyan = 0.90, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 23 | 159 | 220 | - |
| CMYK | 0.90 | 0.28 | 0 | 0.14 |
| HSL | 198.58º | 0.81% | 0.48% | - |
| HSV(B) | 198.58º | 0.9% | 0.86% | - |
| XYZ | 25.67 | 30.15 | 72.18 | - |
| YUV | 125.29 | 181.44 | 55.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 159 | 220 | 0.90 | 0.28 | 0 | 0.14 | 198.58 | 0.81 | 0.48 |
| Hex | 17 | 9F | DC | 5A | 1C | 0 | E | C7 | 51 | 30 |
| Octal | 27 | 237 | 334 | 132 | 34 | 0 | 16 | 307 | 121 | 60 |
| Binary | 10111 | 10011111 | 11011100 | 1011010 | 11100 | 0 | 1110 | 11000111 | 1010001 | 110000 |
Color Harmonies of #179FDC
Complementary color
Monochromatic Colors of #179FDC
Black with #179FDC
Text Example
Text Example
White with #179FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #179FDC; }
p { color: rgb(23,159,220); }
H1.HeaderClassName
{
color: #179FDC;
}
.AnyTagClassName
{
color: #179FDC;
}
</style>
background-color css
<style>
a { background-color: #179FDC; }
a { background-color: rgb(23,159,220); }
div.DivClassName
{
background-color: #179FDC;
}
.BgClassName
{
background-color: #179FDC;
}
</style>
border-color css
<style>
span { border-color: #179FDC; }
span { border-color: rgb(23,159,220); }
td.TdClassName
{
border-color: #179FDC;
}
.TagClassName
{
border-color: #179FDC;
}
</style>