Shades of Pacific Blue #178DCC
Tints of Pacific Blue #178DCC
RGB
CMYK
RGB Variations
Color information
#178DCC (or 0x178DCC) is known color: Pacific Blue. HEX triplet: 17, 8D and CC. RGB value is (23,141,204). Sum of RGB (Red+Green+Blue) = 23+141+204=368 (48% of max value = 765). Red value is 23 (9.38% from 255 or 6.25% from 368); Green value is 141 (55.47% from 255 or 38.32% from 368); Blue value is 204 (80.08% from 255 or 55.43% from 368); Max value from RGB is 204 - color contains mainly: blue. Hex color #178DCC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #178DCC is #E87233. Grayscale: #707070. Windows color (decimal): -15233588 or 13405463. OLE color: 13405463.
HSL color Cylindrical-coordinate representation of color #178DCC: hue angle of 200.88º 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 #178DCC is Cyan = 0.89, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 23 | 141 | 204 | - |
| CMYK | 0.89 | 0.31 | 0 | 0.2 |
| HSL | 200.88º | 0.8% | 0.45% | - |
| HSV(B) | 200.88º | 0.89% | 0.8% | - |
| XYZ | 20.78 | 23.59 | 60.59 | - |
| YUV | 112.9 | 179.41 | 63.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 141 | 204 | 0.89 | 0.31 | 0 | 0.2 | 200.88 | 0.8 | 0.45 |
| Hex | 17 | 8D | CC | 59 | 1F | 0 | 14 | C9 | 50 | 2D |
| Octal | 27 | 215 | 314 | 131 | 37 | 0 | 24 | 311 | 120 | 55 |
| Binary | 10111 | 10001101 | 11001100 | 1011001 | 11111 | 0 | 10100 | 11001001 | 1010000 | 101101 |
Color Harmonies of #178DCC
Complementary color
Monochromatic Colors of #178DCC
Black with #178DCC
Text Example
Text Example
White with #178DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #178DCC; }
p { color: rgb(23,141,204); }
H1.HeaderClassName
{
color: #178DCC;
}
.AnyTagClassName
{
color: #178DCC;
}
</style>
background-color css
<style>
a { background-color: #178DCC; }
a { background-color: rgb(23,141,204); }
div.DivClassName
{
background-color: #178DCC;
}
.BgClassName
{
background-color: #178DCC;
}
</style>
border-color css
<style>
span { border-color: #178DCC; }
span { border-color: rgb(23,141,204); }
td.TdClassName
{
border-color: #178DCC;
}
.TagClassName
{
border-color: #178DCC;
}
</style>