Shades of Pacific Blue #179BDC
Tints of Pacific Blue #179BDC
RGB
CMYK
RGB Variations
Color information
#179BDC (or 0x179BDC) is known color: Pacific Blue. HEX triplet: 17, 9B and DC. RGB value is (23,155,220). Sum of RGB (Red+Green+Blue) = 23+155+220=398 (52% of max value = 765). Red value is 23 (9.38% from 255 or 5.78% from 398); Green value is 155 (60.94% from 255 or 38.94% from 398); Blue value is 220 (86.33% from 255 or 55.28% from 398); Max value from RGB is 220 - color contains mainly: blue. Hex color #179BDC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #179BDC is #E86423. Grayscale: #7A7A7A. Windows color (decimal): -15229988 or 14457623. OLE color: 14457623.
HSL color Cylindrical-coordinate representation of color #179BDC: hue angle of 199.8º 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 #179BDC is Cyan = 0.90, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 23 | 155 | 220 | - |
| CMYK | 0.90 | 0.30 | 0 | 0.14 |
| HSL | 199.8º | 0.81% | 0.48% | - |
| HSV(B) | 199.8º | 0.9% | 0.86% | - |
| XYZ | 24.99 | 28.79 | 71.95 | - |
| YUV | 122.94 | 182.77 | 56.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 155 | 220 | 0.90 | 0.30 | 0 | 0.14 | 199.8 | 0.81 | 0.48 |
| Hex | 17 | 9B | DC | 5A | 1E | 0 | E | C8 | 51 | 30 |
| Octal | 27 | 233 | 334 | 132 | 36 | 0 | 16 | 310 | 121 | 60 |
| Binary | 10111 | 10011011 | 11011100 | 1011010 | 11110 | 0 | 1110 | 11001000 | 1010001 | 110000 |
Color Harmonies of #179BDC
Complementary color
Monochromatic Colors of #179BDC
Black with #179BDC
Text Example
Text Example
White with #179BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #179BDC; }
p { color: rgb(23,155,220); }
H1.HeaderClassName
{
color: #179BDC;
}
.AnyTagClassName
{
color: #179BDC;
}
</style>
background-color css
<style>
a { background-color: #179BDC; }
a { background-color: rgb(23,155,220); }
div.DivClassName
{
background-color: #179BDC;
}
.BgClassName
{
background-color: #179BDC;
}
</style>
border-color css
<style>
span { border-color: #179BDC; }
span { border-color: rgb(23,155,220); }
td.TdClassName
{
border-color: #179BDC;
}
.TagClassName
{
border-color: #179BDC;
}
</style>