Shades of Pacific Blue #179DC7
Tints of Pacific Blue #179DC7
RGB
CMYK
RGB Variations
Color information
#179DC7 (or 0x179DC7) is known color: Pacific Blue. HEX triplet: 17, 9D and C7. RGB value is (23,157,199). Sum of RGB (Red+Green+Blue) = 23+157+199=379 (50% of max value = 765). Red value is 23 (9.38% from 255 or 6.07% from 379); Green value is 157 (61.72% from 255 or 41.42% from 379); Blue value is 199 (78.12% from 255 or 52.51% from 379); Max value from RGB is 199 - color contains mainly: blue. Hex color #179DC7 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #179DC7 is #E86238. Grayscale: #797979. Windows color (decimal): -15229497 or 13081879. OLE color: 13081879.
HSL color Cylindrical-coordinate representation of color #179DC7: hue angle of 194.32º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #179DC7 is Cyan = 0.88, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 23 | 157 | 199 | - |
| CMYK | 0.88 | 0.21 | 0 | 0.22 |
| HSL | 194.32º | 0.79% | 0.44% | - |
| HSV(B) | 194.32º | 0.88% | 0.78% | - |
| XYZ | 22.72 | 28.42 | 58.32 | - |
| YUV | 121.72 | 171.61 | 57.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 157 | 199 | 0.88 | 0.21 | 0 | 0.22 | 194.32 | 0.79 | 0.44 |
| Hex | 17 | 9D | C7 | 58 | 15 | 0 | 16 | C2 | 4F | 2C |
| Octal | 27 | 235 | 307 | 130 | 25 | 0 | 26 | 302 | 117 | 54 |
| Binary | 10111 | 10011101 | 11000111 | 1011000 | 10101 | 0 | 10110 | 11000010 | 1001111 | 101100 |
Color Harmonies of #179DC7
Complementary color
Monochromatic Colors of #179DC7
Black with #179DC7
Text Example
Text Example
White with #179DC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #179DC7; }
p { color: rgb(23,157,199); }
H1.HeaderClassName
{
color: #179DC7;
}
.AnyTagClassName
{
color: #179DC7;
}
</style>
background-color css
<style>
a { background-color: #179DC7; }
a { background-color: rgb(23,157,199); }
div.DivClassName
{
background-color: #179DC7;
}
.BgClassName
{
background-color: #179DC7;
}
</style>
border-color css
<style>
span { border-color: #179DC7; }
span { border-color: rgb(23,157,199); }
td.TdClassName
{
border-color: #179DC7;
}
.TagClassName
{
border-color: #179DC7;
}
</style>