Shades of Pacific Blue #179FC5
Tints of Pacific Blue #179FC5
RGB
CMYK
RGB Variations
Color information
#179FC5 (or 0x179FC5) is known color: Pacific Blue. HEX triplet: 17, 9F and C5. RGB value is (23,159,197). Sum of RGB (Red+Green+Blue) = 23+159+197=379 (50% of max value = 765). Red value is 23 (9.38% from 255 or 6.07% from 379); Green value is 159 (62.5% from 255 or 41.95% from 379); Blue value is 197 (77.34% from 255 or 51.98% from 379); Max value from RGB is 197 - color contains mainly: blue. Hex color #179FC5 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #179FC5 is #E8603A. Grayscale: #7A7A7A. Windows color (decimal): -15228987 or 12951319. OLE color: 12951319.
HSL color Cylindrical-coordinate representation of color #179FC5: hue angle of 193.1º degrees, saturation: 0.79, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #179FC5 is Cyan = 0.88, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 23 | 159 | 197 | - |
| CMYK | 0.88 | 0.19 | 0 | 0.23 |
| HSL | 193.1º | 0.79% | 0.43% | - |
| HSV(B) | 193.1º | 0.88% | 0.77% | - |
| XYZ | 22.83 | 29.01 | 57.22 | - |
| YUV | 122.67 | 169.94 | 56.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 159 | 197 | 0.88 | 0.19 | 0 | 0.23 | 193.1 | 0.79 | 0.43 |
| Hex | 17 | 9F | C5 | 58 | 13 | 0 | 17 | C1 | 4F | 2B |
| Octal | 27 | 237 | 305 | 130 | 23 | 0 | 27 | 301 | 117 | 53 |
| Binary | 10111 | 10011111 | 11000101 | 1011000 | 10011 | 0 | 10111 | 11000001 | 1001111 | 101011 |
Color Harmonies of #179FC5
Complementary color
Monochromatic Colors of #179FC5
Black with #179FC5
Text Example
Text Example
White with #179FC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #179FC5; }
p { color: rgb(23,159,197); }
H1.HeaderClassName
{
color: #179FC5;
}
.AnyTagClassName
{
color: #179FC5;
}
</style>
background-color css
<style>
a { background-color: #179FC5; }
a { background-color: rgb(23,159,197); }
div.DivClassName
{
background-color: #179FC5;
}
.BgClassName
{
background-color: #179FC5;
}
</style>
border-color css
<style>
span { border-color: #179FC5; }
span { border-color: rgb(23,159,197); }
td.TdClassName
{
border-color: #179FC5;
}
.TagClassName
{
border-color: #179FC5;
}
</style>