Shades of Pacific Blue #179DCC
Tints of Pacific Blue #179DCC
RGB
CMYK
RGB Variations
Color information
#179DCC (or 0x179DCC) is known color: Pacific Blue. HEX triplet: 17, 9D and CC. RGB value is (23,157,204). Sum of RGB (Red+Green+Blue) = 23+157+204=384 (50% of max value = 765). Red value is 23 (9.38% from 255 or 5.99% from 384); Green value is 157 (61.72% from 255 or 40.89% from 384); Blue value is 204 (80.08% from 255 or 53.12% from 384); Max value from RGB is 204 - color contains mainly: blue. Hex color #179DCC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #179DCC is #E86233. Grayscale: #797979. Windows color (decimal): -15229492 or 13409559. OLE color: 13409559.
HSL color Cylindrical-coordinate representation of color #179DCC: hue angle of 195.58º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #179DCC is Cyan = 0.89, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 23 | 157 | 204 | - |
| CMYK | 0.89 | 0.23 | 0 | 0.2 |
| HSL | 195.58º | 0.8% | 0.45% | - |
| HSV(B) | 195.58º | 0.89% | 0.8% | - |
| XYZ | 23.31 | 28.66 | 61.43 | - |
| YUV | 122.29 | 174.11 | 57.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 157 | 204 | 0.89 | 0.23 | 0 | 0.2 | 195.58 | 0.8 | 0.45 |
| Hex | 17 | 9D | CC | 59 | 17 | 0 | 14 | C4 | 50 | 2D |
| Octal | 27 | 235 | 314 | 131 | 27 | 0 | 24 | 304 | 120 | 55 |
| Binary | 10111 | 10011101 | 11001100 | 1011001 | 10111 | 0 | 10100 | 11000100 | 1010000 | 101101 |
Color Harmonies of #179DCC
Complementary color
Monochromatic Colors of #179DCC
Black with #179DCC
Text Example
Text Example
White with #179DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #179DCC; }
p { color: rgb(23,157,204); }
H1.HeaderClassName
{
color: #179DCC;
}
.AnyTagClassName
{
color: #179DCC;
}
</style>
background-color css
<style>
a { background-color: #179DCC; }
a { background-color: rgb(23,157,204); }
div.DivClassName
{
background-color: #179DCC;
}
.BgClassName
{
background-color: #179DCC;
}
</style>
border-color css
<style>
span { border-color: #179DCC; }
span { border-color: rgb(23,157,204); }
td.TdClassName
{
border-color: #179DCC;
}
.TagClassName
{
border-color: #179DCC;
}
</style>